Changes in src/unittests/Makefile.am [e4decc:e4afb4]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/Makefile.am
re4decc re4afb4 32 32 manipulateAtomsTest \ 33 33 MatrixUnittest \ 34 MenuDescriptionUnitTest \ 34 35 MoleculeDescriptorTest \ 35 36 ObserverTest \ … … 37 38 periodentafelTest \ 38 39 PlaneUnittest \ 40 Registry \ 39 41 ShapeUnittest \ 40 42 SingletonTest \ … … 90 92 MatrixUnittest.cpp \ 91 93 manipulateAtomsTest.cpp \ 94 MenuDescriptionUnitTest.cpp \ 92 95 MoleculeDescriptorTest.cpp \ 93 96 ObserverTest.cpp \ … … 95 98 periodentafelTest.cpp \ 96 99 PlaneUnittest.cpp \ 100 RegistryUnitTest.cpp \ 97 101 ShapeUnittest.cpp \ 98 102 SingletonTest.cpp \ … … 128 132 manipulateAtomsTest.hpp \ 129 133 MatrixUnittest.hpp \ 134 MenuDescriptionUnitTest.hpp \ 130 135 MoleculeDescriptorTest.hpp \ 136 ObserverTest.hpp \ 131 137 periodentafelTest.hpp \ 132 138 ParserUnitTest.hpp \ 133 139 PlaneUnittest.hpp \ 134 ObserverTest.hpp \140 RegistryUnitTest.hpp \ 135 141 SingletonTest.hpp \ 136 142 stackclassunittest.hpp \ … … 213 219 MatrixUnittest_LDADD = ${ALLLIBS} 214 220 221 MenuDescriptionUnitTest_SOURCES = UnitTestMain.cpp MenuDescriptionUnitTest.cpp MenuDescriptionUnitTest.hpp 222 MenuDescriptionUnitTest_LDADD = ${ALLLIBS} 223 215 224 MoleculeDescriptorTest_SOURCES = UnitTestMain.cpp MoleculeDescriptorTest.cpp MoleculeDescriptorTest.hpp 216 225 MoleculeDescriptorTest_LDADD = ${ALLLIBS} … … 228 237 PlaneUnittest_LDADD = ${ALLLIBS} 229 238 239 Registry_SOURCES = UnitTestMain.cpp RegistryUnitTest.cpp RegistryUnitTest.hpp 240 Registry_LDADD = ${ALLLIBS} 241 230 242 ShapeUnittest_SOURCES = UnitTestMain.cpp ShapeUnittest.cpp ShapeUnittest.hpp 231 243 ShapeUnittest_LDADD = ${ALLLIBS}
Note:
See TracChangeset
for help on using the changeset viewer.