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