Changes in src/unittests/Makefile.am [fa5a6a:18eecf]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/Makefile.am
rfa5a6a r18eecf 1 # PLEASE adhere to the alphabetical ordering in this Makefile! 2 # Also indentation by a single tab 3 1 4 INCLUDES = -I$(top_srcdir)/src 2 5 … … 32 35 PlaneUnittest \ 33 36 ObserverTest \ 37 ParserUnitTest \ 34 38 SingletonTest \ 35 39 StackClassUnitTest \ … … 73 77 PlaneUnittest.cpp \ 74 78 ObserverTest.cpp \ 79 ParserUnitTest.cpp \ 75 80 SingletonTest.cpp \ 76 81 stackclassunittest.cpp \ … … 114 119 115 120 121 ActionSequenceTest_SOURCES = UnitTestMain.cpp ../../../TestRunnerClient.hpp ActionSequenceTest.cpp ActionSequenceTest.hpp 122 ActionSequenceTest_LDADD = ${ALLLIBS} 123 116 124 ActOnAllUnitTest_SOURCES = UnitTestMain.cpp ../test/ActOnAllTest.hpp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp 117 125 ActOnAllUnitTest_LDADD = ${ALLLIBS} … … 132 140 atomsCalculationTest_LDADD = ${ALLLIBS} 133 141 142 AtomDescriptorTest_SOURCES = UnitTestMain.cpp AtomDescriptorTest.cpp AtomDescriptorTest.hpp 143 AtomDescriptorTest_LDADD = ${ALLLIBS} 144 134 145 BondGraphUnitTest_SOURCES = UnitTestMain.cpp bondgraphunittest.cpp bondgraphunittest.hpp 135 146 BondGraphUnitTest_LDADD = ${ALLLIBS} 136 147 148 CacheableTest_SOURCES = UnitTestMain.cpp CacheableTest.cpp CacheableTest.hpp 149 CacheableTest_LDADD = ${ALLLIBS} 150 137 151 CountBondsUnitTest_SOURCES = UnitTestMain.cpp CountBondsUnitTest.cpp CountBondsUnitTest.hpp 138 152 CountBondsUnitTest_LDADD = ${ALLLIBS} … … 162 176 LogUnitTest_LDADD = ${ALLLIBS} 163 177 178 manipulateAtomsTest_SOURCES = UnitTestMain.cpp manipulateAtomsTest.cpp manipulateAtomsTest.hpp 179 manipulateAtomsTest_LDADD = ${ALLLIBS} 180 164 181 MemoryAllocatorUnitTest_SOURCES = UnitTestMain.cpp memoryallocatorunittest.cpp memoryallocatorunittest.hpp 165 182 MemoryAllocatorUnitTest_LDADD = ${ALLLIBS} … … 171 188 MoleculeDescriptorTest_LDADD = ${ALLLIBS} 172 189 190 ObserverTest_SOURCES = UnitTestMain.cpp ObserverTest.cpp ObserverTest.hpp 191 ObserverTest_LDADD = ${ALLLIBS} 192 193 ParserUnitTest_SOURCES = UnitTestMain.cpp ParserUnitTest.cpp ParserUnitTest.hpp 194 ParserUnitTest_LDADD = ${ALLLIBS} 195 173 196 PlaneUnittest_SOURCES = UnitTestMain.cpp PlaneUnittest.cpp PlaneUnittest.hpp 174 197 PlaneUnittest_LDADD = ${ALLLIBS} … … 189 212 Tesselation_InOutsideUnitTest_LDADD = ${ALLLIBS} 190 213 214 TestRunner_SOURCES = TestRunnerMain.cpp $(TESTSOURCES) $(TESTHEADERS) 215 TestRunner_LDADD = ${ALLLIBS} 216 191 217 VectorUnitTest_SOURCES = UnitTestMain.cpp vectorunittest.cpp vectorunittest.hpp 192 218 VectorUnitTest_LDADD = ${ALLLIBS} 193 219 194 ActionSequenceTest_SOURCES = UnitTestMain.cpp ../../../TestRunnerClient.hpp ActionSequenceTest.cpp ActionSequenceTest.hpp195 ActionSequenceTest_LDADD = ${ALLLIBS}196 197 ObserverTest_SOURCES = UnitTestMain.cpp ObserverTest.cpp ObserverTest.hpp198 ObserverTest_LDADD = ${ALLLIBS}199 200 CacheableTest_SOURCES = UnitTestMain.cpp CacheableTest.cpp CacheableTest.hpp201 CacheableTest_LDADD = ${ALLLIBS}202 203 AtomDescriptorTest_SOURCES = UnitTestMain.cpp AtomDescriptorTest.cpp AtomDescriptorTest.hpp204 AtomDescriptorTest_LDADD = ${ALLLIBS}205 206 manipulateAtomsTest_SOURCES = UnitTestMain.cpp manipulateAtomsTest.cpp manipulateAtomsTest.hpp207 manipulateAtomsTest_LDADD = ${ALLLIBS}208 209 TestRunner_SOURCES = TestRunnerMain.cpp $(TESTSOURCES) $(TESTHEADERS)210 TestRunner_LDADD = ${ALLLIBS}211 212 220 #AUTOMAKE_OPTIONS = parallel-tests 213
Note:
See TracChangeset
for help on using the changeset viewer.