Changeset 965


Ignore:
Timestamp:
Oct 11, 2007, 6:58:45 PM (16 years ago)
Author:
Peter
Message:

Adding CommandLine? class. finishes #240

Location:
trunk
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/Makefile.am

    r943 r965  
    2929
    3030TESTS = alignment_test averager_test                  \
     31  commandline_test \
    3132  consensus_inputranker_test data_lookup_1d_test  \
    3233  ensemble_test feature_selection_test fileutil_test inputranker_test \
     
    4950alignment_test_SOURCES = alignment_test.cc
    5051averager_test_SOURCES = averager_test.cc
     52commandline_test_SOURCES = commandline_test.cc
    5153consensus_inputranker_test_SOURCES = consensus_inputranker_test.cc
    5254data_lookup_1d_test_SOURCES = data_lookup_1d_test.cc
  • trunk/yat/utility/Makefile.am

    r937 r965  
    2626noinst_LTLIBRARIES = libutility.la
    2727libutility_la_SOURCES = \
    28   Alignment.cc FileUtil.cc kNNI.cc matrix.cc NNI.cc     \
     28  Alignment.cc ColumnStream.cc CommandLine.cc FileUtil.cc kNNI.cc \
     29  matrix.cc NNI.cc Option.cc OptionSwitch.cc \
    2930  PCA.cc stl_utility.cc SVD.cc TypeInfo.cc utility.cc vector.cc WeNNI.cc
    3031
     
    3233
    3334include_utility_HEADERS = \
    34   Alignment.h Exception.h FileUtil.h Iterator.h iterator_traits.h \
    35   IteratorWeighted.h kNNI.h matrix.h NNI.h  \
     35  Alignment.h ColumnStream.h CommandLine.h \
     36  Exception.h FileUtil.h Iterator.h iterator_traits.h \
     37  IteratorWeighted.h kNNI.h matrix.h NNI.h \
     38  Option.h OptionArg.h OptionSwitch.h \
    3639  PCA.h stl_utility.h SVD.h TypeInfo.h utility.h vector.h WeNNI.h \
    3740  yat_assert.h
     41
Note: See TracChangeset for help on using the changeset viewer.