Changeset 116 for trunk/test/Makefile.am
- Timestamp:
- Jul 19, 2004, 4:40:11 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/Makefile.am
r93 r116 3 3 ## $Id$ 4 4 5 check_PROGRAMS = test_kernel test_merge test_pca test_rnd test_roc \ 6 test_svd test_svm test_wead 5 check_PROGRAMS = test_crossvalidation test_kernel test_merge test_pca test_rnd test_roc \ 6 test_statistics test_svd test_svm test_wead 7 8 test_crossvalidation_SOURCES = test_crossvalidation.cc 9 test_crossvalidation_LDADD = @top_srcdir@/$(CPP_TOOLS_LIB_LOCATION)/$(CPP_TOOLS_LIB) \ 10 $(GSL_LIB) $(CBLAS_LIB) $(MATH_LIB) 7 11 8 12 test_kernel_SOURCES = test_kernel.cc … … 26 30 $(GSL_LIB) $(CBLAS_LIB) $(MATH_LIB) 27 31 32 test_statistics_SOURCES = test_statistics.cc 33 test_statistics_LDADD = @top_srcdir@/$(CPP_TOOLS_LIB_LOCATION)/$(CPP_TOOLS_LIB) \ 34 $(GSL_LIB) $(CBLAS_LIB) $(MATH_LIB) 35 28 36 test_svd_SOURCES = test_svd.cc 29 37 test_svd_LDADD = @top_srcdir@/$(CPP_TOOLS_LIB_LOCATION)/$(CPP_TOOLS_LIB) \
Note: See TracChangeset
for help on using the changeset viewer.