Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/unittests/Makefile.am

    r9131f3 r6e97e5  
    2828  MoleculeDescriptorTest \
    2929  ObserverTest \
    30   ParserUnitTest \
     30  SingletonTest \
    3131  StackClassUnitTest \
    3232  TesselationUnitTest \
     
    3737 
    3838
     39     
    3940 
    4041check_PROGRAMS = $(TESTS)
     
    6768  MoleculeDescriptorTest.cpp \
    6869  ObserverTest.cpp \
    69   ParserUnitTest.cpp \
     70  SingletonTest.cpp \
    7071  stackclassunittest.cpp \
    7172  tesselationunittest.cpp \
     
    9192AnalysisPairCorrelationUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisPairCorrelationUnitTest.cpp AnalysisPairCorrelationUnitTest.hpp
    9293AnalysisPairCorrelationUnitTest_LDADD = ${ALLLIBS}
     94
     95atomsCalculationTest_SOURCES = UnitTestMain.cpp atomsCalculationTest.cpp atomsCalculationTest.hpp
     96atomsCalculationTest_LDADD = ${ALLLIBS}
    9397
    9498BondGraphUnitTest_SOURCES = UnitTestMain.cpp bondgraphunittest.cpp bondgraphunittest.hpp
     
    125129MoleculeDescriptorTest_LDADD = ${ALLLIBS}
    126130
     131SingletonTest_SOURCES = UnitTestMain.cpp SingletonTest.cpp SingletonTest.hpp
     132SingletonTest_LDADD = $(BOOST_LIB) ${BOOST_THREAD_LIB}
     133
    127134StackClassUnitTest_SOURCES = UnitTestMain.cpp stackclassunittest.cpp stackclassunittest.hpp
    128135StackClassUnitTest_LDADD = ${ALLLIBS}
     
    152159AtomDescriptorTest_LDADD = ${ALLLIBS}
    153160
    154 ParserUnitTest_SOURCES = UnitTestMain.cpp ParserUnitTest.cpp ParserUnitTest.hpp
    155 ParserUnitTest_LDADD = ${ALLLIBS}
    156 
    157161manipulateAtomsTest_SOURCES = UnitTestMain.cpp manipulateAtomsTest.cpp manipulateAtomsTest.hpp
    158162manipulateAtomsTest_LDADD = ${ALLLIBS}
    159 
    160 atomsCalculationTest_SOURCES = UnitTestMain.cpp atomsCalculationTest.cpp atomsCalculationTest.hpp
    161 atomsCalculationTest_LDADD = ${ALLLIBS}
    162163
    163164TestRunner_SOURCES = TestRunnerMain.cpp $(TESTSOURCES) $(TESTHEADERS)
Note: See TracChangeset for help on using the changeset viewer.