Changes in src/unittests/Makefile.am [920c70:997784]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/Makefile.am
r920c70 r997784 26 26 InfoUnitTest \ 27 27 LinearSystemOfEquationsUnitTest \ 28 LineUnittest \ 28 29 LinkedCellUnitTest \ 29 30 ListOfBondsUnitTest \ … … 37 38 periodentafelTest \ 38 39 PlaneUnittest \ 40 ShapeUnittest \ 39 41 SingletonTest \ 40 42 StackClassUnitTest \ … … 49 51 noinst_PROGRAMS = $(TESTS) TestRunner 50 52 51 GSLLIBS = ../libgslwrapper.a 52 ALLLIBS = ../libmolecuilder.a ${GSLLIBS} $(BOOST_LIB) ${BOOST_THREAD_LIB}53 GSLLIBS = ../libgslwrapper.a $(BOOST_LIB) ${BOOST_THREAD_LIB} 54 ALLLIBS = ../libmolecuilder.a ${GSLLIBS} 53 55 54 56 TESTSOURCES = \ … … 69 71 infounittest.cpp \ 70 72 linearsystemofequationsunittest.cpp \ 73 LineUnittest.cpp \ 71 74 LinkedCellUnitTest.cpp \ 72 75 listofbondsunittest.cpp \ … … 80 83 periodentafelTest.cpp \ 81 84 PlaneUnittest.cpp \ 85 ShapeUnittest.cpp \ 82 86 SingletonTest.cpp \ 83 87 stackclassunittest.cpp \ … … 104 108 infounittest.hpp \ 105 109 linearsystemofequationsunittest.hpp \ 110 LineUnittest.hpp \ 106 111 LinkedCellUnitTest.hpp \ 107 112 listofbondsunittest.hpp \ … … 170 175 LinearSystemOfEquationsUnitTest_LDADD = ${ALLLIBS} 171 176 177 LineUnittest_SOURCES = UnitTestMain.cpp LineUnittest.cpp LineUnittest.hpp 178 LineUnittest_LDADD = ${ALLLIBS} 179 172 180 LinkedCellUnitTest_SOURCES = UnitTestMain.cpp LinkedCellUnitTest.cpp LinkedCellUnitTest.hpp 173 181 LinkedCellUnitTest_LDADD = ${ALLLIBS} … … 182 190 manipulateAtomsTest_LDADD = ${ALLLIBS} 183 191 184 MemoryAllocatorUnitTest_SOURCES = UnitTestMain.cpp ../memoryallocator.hpp ../memory usageobserver.cpp ../memoryusageobserver.hpp memoryallocatorunittest.cpp memoryallocatorunittest.hpp192 MemoryAllocatorUnitTest_SOURCES = UnitTestMain.cpp ../memoryallocator.hpp ../memoryallocator.cpp ../memoryusageobserver.cpp ../memoryusageobserver.hpp memoryallocatorunittest.cpp memoryallocatorunittest.hpp 185 193 MemoryAllocatorUnitTest_LDADD = ${ALLLIBS} 186 194 … … 203 211 PlaneUnittest_LDADD = ${ALLLIBS} 204 212 213 ShapeUnittest_SOURCES = UnitTestMain.cpp ShapeUnittest.cpp ShapeUnittest.hpp 214 ShapeUnittest_LDADD = ${ALLLIBS} 215 205 216 SingletonTest_SOURCES = UnitTestMain.cpp SingletonTest.cpp SingletonTest.hpp 206 217 SingletonTest_LDADD = $(BOOST_LIB) ${BOOST_THREAD_LIB} … … 218 229 Tesselation_InOutsideUnitTest_LDADD = ${ALLLIBS} 219 230 220 TestRunner_SOURCES = TestRunnerMain.cpp ../memoryallocator.hpp ../memory usageobserver.cpp ../memoryusageobserver.hpp $(TESTSOURCES) $(TESTHEADERS)231 TestRunner_SOURCES = TestRunnerMain.cpp ../memoryallocator.hpp ../memoryallocator.cpp ../memoryusageobserver.cpp ../memoryusageobserver.hpp $(TESTSOURCES) $(TESTHEADERS) 221 232 TestRunner_LDADD = ${ALLLIBS} 222 233
Note:
See TracChangeset
for help on using the changeset viewer.