Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/unittests/Makefile.am

    r6e97e5 r9131f3  
    2828  MoleculeDescriptorTest \
    2929  ObserverTest \
    30   SingletonTest \
     30  ParserUnitTest \
    3131  StackClassUnitTest \
    3232  TesselationUnitTest \
     
    3737 
    3838
    39      
    4039 
    4140check_PROGRAMS = $(TESTS)
     
    6867  MoleculeDescriptorTest.cpp \
    6968  ObserverTest.cpp \
    70   SingletonTest.cpp \
     69  ParserUnitTest.cpp \
    7170  stackclassunittest.cpp \
    7271  tesselationunittest.cpp \
     
    9291AnalysisPairCorrelationUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisPairCorrelationUnitTest.cpp AnalysisPairCorrelationUnitTest.hpp
    9392AnalysisPairCorrelationUnitTest_LDADD = ${ALLLIBS}
    94 
    95 atomsCalculationTest_SOURCES = UnitTestMain.cpp atomsCalculationTest.cpp atomsCalculationTest.hpp
    96 atomsCalculationTest_LDADD = ${ALLLIBS}
    9793
    9894BondGraphUnitTest_SOURCES = UnitTestMain.cpp bondgraphunittest.cpp bondgraphunittest.hpp
     
    129125MoleculeDescriptorTest_LDADD = ${ALLLIBS}
    130126
    131 SingletonTest_SOURCES = UnitTestMain.cpp SingletonTest.cpp SingletonTest.hpp
    132 SingletonTest_LDADD = $(BOOST_LIB) ${BOOST_THREAD_LIB}
    133 
    134127StackClassUnitTest_SOURCES = UnitTestMain.cpp stackclassunittest.cpp stackclassunittest.hpp
    135128StackClassUnitTest_LDADD = ${ALLLIBS}
     
    159152AtomDescriptorTest_LDADD = ${ALLLIBS}
    160153
     154ParserUnitTest_SOURCES = UnitTestMain.cpp ParserUnitTest.cpp ParserUnitTest.hpp
     155ParserUnitTest_LDADD = ${ALLLIBS}
     156
    161157manipulateAtomsTest_SOURCES = UnitTestMain.cpp manipulateAtomsTest.cpp manipulateAtomsTest.hpp
    162158manipulateAtomsTest_LDADD = ${ALLLIBS}
     159
     160atomsCalculationTest_SOURCES = UnitTestMain.cpp atomsCalculationTest.cpp atomsCalculationTest.hpp
     161atomsCalculationTest_LDADD = ${ALLLIBS}
    163162
    164163TestRunner_SOURCES = TestRunnerMain.cpp $(TESTSOURCES) $(TESTHEADERS)
Note: See TracChangeset for help on using the changeset viewer.