Changeset 1044
- Timestamp:
- Feb 6, 2008, 11:33:40 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/Makefile.am
r1000 r1044 36 36 nbc_test \ 37 37 ncc_test nni_test pca_test regression_test rnd_test roc_test \ 38 score_test \38 score_test smart_ptr_test \ 39 39 statistics_test subset_generator_test svd_test svm_test target_test \ 40 40 ttest_test \ … … 71 71 roc_test_SOURCES = roc_test.cc 72 72 score_test_SOURCES = score_test.cc 73 smart_ptr_test_SOURCES = smart_ptr_test.cc 73 74 statistics_test_SOURCES = statistics_test.cc 74 75 subset_generator_test_SOURCES = subset_generator_test.cc -
trunk/yat/utility/Makefile.am
r1040 r1044 40 40 Option.h OptionArg.h OptionFile.h OptionInFile.h OptionOutFile.h \ 41 41 OptionHelp.h OptionSwitch.h \ 42 PCA.h stl_utility.h StrideIterator.h SVD.h TypeInfo.h utility.h vector.h \ 42 PCA.h SmartPtr.h stl_utility.h StrideIterator.h \ 43 SVD.h TypeInfo.h utility.h vector.h \ 43 44 VectorBase.h VectorConstView.h VectorMutable.h VectorView.h \ 44 45 WeNNI.h yat_assert.h
Note: See TracChangeset
for help on using the changeset viewer.