Changes in src/unittests/Makefile.am [5eec98:4fbca9c]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/Makefile.am
r5eec98 r4fbca9c 35 35 MoleculeDescriptorTest \ 36 36 ObserverTest \ 37 ParserUnitTest \ 37 ParserCommonUnitTest \ 38 ParserTremoloUnitTest \ 38 39 periodentafelTest \ 39 40 PlaneUnittest \ … … 48 49 VectorContentUnitTest \ 49 50 VectorUnitTest 50 51 51 52 52 53 check_PROGRAMS = $(TESTS) 53 54 noinst_PROGRAMS = $(TESTS) TestRunner … … 96 97 MoleculeDescriptorTest.cpp \ 97 98 ObserverTest.cpp \ 98 ParserUnitTest.cpp \ 99 ParserCommonUnitTest.cpp \ 100 ParserTremoloUnitTest.cpp \ 99 101 periodentafelTest.cpp \ 100 102 PlaneUnittest.cpp \ … … 137 139 ObserverTest.hpp \ 138 140 periodentafelTest.hpp \ 139 ParserUnitTest.hpp \ 141 ParserCommonUnitTest.hpp \ 142 ParserTremoloUnitTest.hpp \ 140 143 PlaneUnittest.hpp \ 141 144 RegistryUnitTest.hpp \ … … 203 206 LineUnittest_LDADD = ${ALLLIBS} 204 207 205 LinkedCellUnitTest_SOURCES = UnitTestMain.cpp LinkedCellUnitTest.cpp LinkedCellUnitTest.hpp 208 LinkedCellUnitTest_SOURCES = UnitTestMain.cpp LinkedCellUnitTest.cpp LinkedCellUnitTest.hpp 206 209 LinkedCellUnitTest_LDADD = ${ALLLIBS} 207 210 … … 209 212 ListOfBondsUnitTest_LDADD = ${ALLLIBS} 210 213 211 LogUnitTest_SOURCES = UnitTestMain.cpp logunittest.cpp logunittest.hpp 214 LogUnitTest_SOURCES = UnitTestMain.cpp logunittest.cpp logunittest.hpp 212 215 LogUnitTest_LDADD = ${ALLLIBS} 213 216 … … 227 230 ObserverTest_LDADD = ${ALLLIBS} 228 231 229 ParserUnitTest_SOURCES = UnitTestMain.cpp ParserUnitTest.cpp ParserUnitTest.hpp 230 ParserUnitTest_LDADD = ${ALLLIBS} 232 ParserCommonUnitTest_SOURCES = UnitTestMain.cpp ParserCommonUnitTest.cpp ParserCommonUnitTest.hpp 233 ParserCommonUnitTest_LDADD = ${ALLLIBS} 234 235 ParserTremoloUnitTest_SOURCES = UnitTestMain.cpp ParserTremoloUnitTest.cpp ParserTremoloUnitTest.hpp 236 ParserTremoloUnitTest_LDADD = ${ALLLIBS} 231 237 232 238 periodentafelTest_SOURCES = UnitTestMain.cpp periodentafelTest.cpp periodentafelTest.hpp
Note:
See TracChangeset
for help on using the changeset viewer.