Changes in src/unittests/Makefile.am [6e97e5:9131f3]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/Makefile.am
r6e97e5 r9131f3 28 28 MoleculeDescriptorTest \ 29 29 ObserverTest \ 30 SingletonTest \30 ParserUnitTest \ 31 31 StackClassUnitTest \ 32 32 TesselationUnitTest \ … … 37 37 38 38 39 40 39 41 40 check_PROGRAMS = $(TESTS) … … 68 67 MoleculeDescriptorTest.cpp \ 69 68 ObserverTest.cpp \ 70 SingletonTest.cpp \69 ParserUnitTest.cpp \ 71 70 stackclassunittest.cpp \ 72 71 tesselationunittest.cpp \ … … 92 91 AnalysisPairCorrelationUnitTest_SOURCES = UnitTestMain.cpp analysis_correlation.hpp AnalysisPairCorrelationUnitTest.cpp AnalysisPairCorrelationUnitTest.hpp 93 92 AnalysisPairCorrelationUnitTest_LDADD = ${ALLLIBS} 94 95 atomsCalculationTest_SOURCES = UnitTestMain.cpp atomsCalculationTest.cpp atomsCalculationTest.hpp96 atomsCalculationTest_LDADD = ${ALLLIBS}97 93 98 94 BondGraphUnitTest_SOURCES = UnitTestMain.cpp bondgraphunittest.cpp bondgraphunittest.hpp … … 129 125 MoleculeDescriptorTest_LDADD = ${ALLLIBS} 130 126 131 SingletonTest_SOURCES = UnitTestMain.cpp SingletonTest.cpp SingletonTest.hpp132 SingletonTest_LDADD = $(BOOST_LIB) ${BOOST_THREAD_LIB}133 134 127 StackClassUnitTest_SOURCES = UnitTestMain.cpp stackclassunittest.cpp stackclassunittest.hpp 135 128 StackClassUnitTest_LDADD = ${ALLLIBS} … … 159 152 AtomDescriptorTest_LDADD = ${ALLLIBS} 160 153 154 ParserUnitTest_SOURCES = UnitTestMain.cpp ParserUnitTest.cpp ParserUnitTest.hpp 155 ParserUnitTest_LDADD = ${ALLLIBS} 156 161 157 manipulateAtomsTest_SOURCES = UnitTestMain.cpp manipulateAtomsTest.cpp manipulateAtomsTest.hpp 162 158 manipulateAtomsTest_LDADD = ${ALLLIBS} 159 160 atomsCalculationTest_SOURCES = UnitTestMain.cpp atomsCalculationTest.cpp atomsCalculationTest.hpp 161 atomsCalculationTest_LDADD = ${ALLLIBS} 163 162 164 163 TestRunner_SOURCES = TestRunnerMain.cpp $(TESTSOURCES) $(TESTHEADERS)
Note:
See TracChangeset
for help on using the changeset viewer.