Changes in src/unittests/Makefile.am [57adc7:ab4b55]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/Makefile.am
r57adc7 rab4b55 12 12 AnalysisCorrelationToSurfaceUnitTest \ 13 13 AnalysisPairCorrelationUnitTest \ 14 atomsCalculationTest \15 AtomDescriptorTest \16 14 BondGraphUnitTest \ 17 CacheableTest \18 15 GSLMatrixSymmetricUnitTest \ 19 16 GSLMatrixUnitTest \ … … 23 20 ListOfBondsUnitTest \ 24 21 LogUnitTest \ 25 manipulateAtomsTest \26 22 MemoryUsageObserverUnitTest \ 27 23 MemoryAllocatorUnitTest \ 28 MoleculeDescriptorTest \29 ObserverTest \30 24 StackClassUnitTest \ 31 25 TesselationUnitTest \ … … 33 27 Tesselation_InOutsideUnitTest \ 34 28 VectorUnitTest \ 35 ${MENUTESTS} 36 37 38 29 ObserverTest \ 30 CacheableTest \ 31 DescriptorUnittest \ 32 ParserUnitTest \ 33 manipulateAtomsTest \ 34 atomsCalculationTest \ 35 ${MENUTESTS} 36 39 37 40 38 check_PROGRAMS = $(TESTS) … … 46 44 TESTSOURCES = \ 47 45 ActOnAllUnitTest.cpp \ 48 ActionSequenceTest.cpp \49 46 analysisbondsunittest.cpp \ 50 47 AnalysisCorrelationToPointUnitTest.cpp \ 51 48 AnalysisCorrelationToSurfaceUnitTest.cpp \ 52 49 AnalysisPairCorrelationUnitTest.cpp \ 53 AtomDescriptorTest.cpp \54 atomsCalculationTest.cpp \55 50 bondgraphunittest.cpp \ 56 CacheableTest.cpp \57 51 gslmatrixsymmetricunittest.cpp \ 58 52 gslmatrixunittest.cpp \ … … 62 56 listofbondsunittest.cpp \ 63 57 logunittest.cpp \ 64 manipulateAtomsTest.cpp \65 58 memoryallocatorunittest.cpp \ 66 59 memoryusageobserverunittest.cpp \ 67 MoleculeDescriptorTest.cpp \68 ObserverTest.cpp \69 60 stackclassunittest.cpp \ 70 61 tesselationunittest.cpp \ 71 62 tesselation_boundarytriangleunittest.cpp \ 72 63 tesselation_insideoutsideunittest.cpp \ 73 vectorunittest.cpp 64 vectorunittest.cpp \ 65 ObserverTest.cpp \ 66 CacheableTest.cpp \ 67 DescriptorUnittest.cpp \ 68 ParserUnitTest.cpp \ 69 manipulateAtomsTest.cpp \ 70 atomsCalculationTest.cpp \ 71 ActionSequenceTest.cpp 74 72 75 73 TESTHEADERS = \ … … 121 119 MemoryUsageObserverUnitTest_LDADD = ${ALLLIBS} 122 120 123 MoleculeDescriptorTest_SOURCES = UnitTestMain.cpp MoleculeDescriptorTest.cpp MoleculeDescriptorTest.hpp124 MoleculeDescriptorTest_LDADD = ${ALLLIBS}125 126 121 StackClassUnitTest_SOURCES = UnitTestMain.cpp stackclassunittest.cpp stackclassunittest.hpp 127 122 StackClassUnitTest_LDADD = ${ALLLIBS} … … 148 143 CacheableTest_LDADD = ${ALLLIBS} 149 144 150 AtomDescriptorTest_SOURCES = UnitTestMain.cpp AtomDescriptorTest.cpp AtomDescriptorTest.hpp 151 AtomDescriptorTest_LDADD = ${ALLLIBS} 145 DescriptorUnittest_SOURCES = UnitTestMain.cpp DescriptorUnittest.cpp DescriptorUnittest.hpp 146 DescriptorUnittest_LDADD = ${ALLLIBS} 147 148 ParserUnitTest_SOURCES = UnitTestMain.cpp ParserUnitTest.cpp ParserUnitTest.hpp 149 ParserUnitTest_LDADD = ${ALLLIBS} 152 150 153 151 manipulateAtomsTest_SOURCES = UnitTestMain.cpp manipulateAtomsTest.cpp manipulateAtomsTest.hpp
Note:
See TracChangeset
for help on using the changeset viewer.