Changeset 217 for trunk/test/Makefile.am
- Timestamp:
- Dec 29, 2004, 10:37:24 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/Makefile.am
r210 r217 7 7 test_inputranker \ 8 8 test_kernel test_merge test_nni test_pca test_regression_linear \ 9 test_r nd test_roc \9 test_regression_local test_rnd test_roc \ 10 10 test_statistics test_svd test_svm test_vector 11 11 … … 46 46 $(GSL_LIB) $(CBLAS_LIB) $(MATH_LIB) 47 47 48 test_regression_local_SOURCES = test_regression_local.cc 49 test_regression_local_LDADD = @top_srcdir@/$(CPP_TOOLS_LIB_LOCATION)/$(CPP_TOOLS_LIB) \ 50 $(GSL_LIB) $(CBLAS_LIB) $(MATH_LIB) 51 48 52 test_rnd_SOURCES = test_rnd.cc 49 53 test_rnd_LDADD = @top_srcdir@/$(CPP_TOOLS_LIB_LOCATION)/$(CPP_TOOLS_LIB) \
Note: See TracChangeset
for help on using the changeset viewer.