Changes in src/unittests/Makefile.am [18eecf:4eb4fe]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/Makefile.am
r18eecf r4eb4fe 33 33 MemoryAllocatorUnitTest \ 34 34 MoleculeDescriptorTest \ 35 PlaneUnittest \36 35 ObserverTest \ 37 36 ParserUnitTest \ 37 periodentafelTest \ 38 PlaneUnittest \ 38 39 SingletonTest \ 39 40 StackClassUnitTest \ … … 75 76 memoryusageobserverunittest.cpp \ 76 77 MoleculeDescriptorTest.cpp \ 77 PlaneUnittest.cpp \78 78 ObserverTest.cpp \ 79 79 ParserUnitTest.cpp \ 80 periodentafelTest.cpp \ 81 PlaneUnittest.cpp \ 80 82 SingletonTest.cpp \ 81 83 stackclassunittest.cpp \ … … 109 111 memoryusageobserverunittest.hpp \ 110 112 MoleculeDescriptorTest.hpp \ 113 periodentafelTest.hpp \ 111 114 PlaneUnittest.hpp \ 112 115 ObserverTest.hpp \ … … 194 197 ParserUnitTest_LDADD = ${ALLLIBS} 195 198 199 periodentafelTest_SOURCES = UnitTestMain.cpp periodentafelTest.cpp periodentafelTest.hpp 200 periodentafelTest_LDADD = ${ALLLIBS} 201 196 202 PlaneUnittest_SOURCES = UnitTestMain.cpp PlaneUnittest.cpp PlaneUnittest.hpp 197 203 PlaneUnittest_LDADD = ${ALLLIBS}
Note:
See TracChangeset
for help on using the changeset viewer.