Changeset abab7e for molecuilder/src/unittests
- Timestamp:
- Mar 11, 2010, 11:32:17 AM (15 years ago)
- Children:
- 8a4f12
- Parents:
- ff1812
- Location:
- molecuilder/src/unittests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/unittests/Makefile.am
rff1812 rabab7e 28 28 MoleculeDescriptorTest \ 29 29 ObserverTest \ 30 SingletonTest \ 30 31 StackClassUnitTest \ 31 32 TesselationUnitTest \ … … 67 68 MoleculeDescriptorTest.cpp \ 68 69 ObserverTest.cpp \ 70 SingletonTest.cpp \ 69 71 stackclassunittest.cpp \ 70 72 tesselationunittest.cpp \ … … 124 126 MoleculeDescriptorTest_LDADD = ${ALLLIBS} 125 127 128 SingletonTest_SOURCES = UnitTestMain.cpp SingletonTest.cpp SingletonTest.hpp 129 SingletonTest_LDADD = $(BOOST_LIB) ${BOOST_THREAD_LIB} 130 126 131 StackClassUnitTest_SOURCES = UnitTestMain.cpp stackclassunittest.cpp stackclassunittest.hpp 127 132 StackClassUnitTest_LDADD = ${ALLLIBS} -
molecuilder/src/unittests/atomsCalculationTest.cpp
rff1812 rabab7e 23 23 #include "World_calculations.hpp" 24 24 #include "atom.hpp" 25 26 #ifdef HAVE_TESTRUNNER 27 #include "UnitTestMain.hpp" 28 #endif /*HAVE_TESTRUNNER*/ 25 29 26 30 // Registers the fixture into the 'registry' -
molecuilder/src/unittests/manipulateAtomsTest.cpp
rff1812 rabab7e 21 21 #include "World.hpp" 22 22 #include "atom.hpp" 23 24 #ifdef HAVE_TESTRUNNER 25 #include "UnitTestMain.hpp" 26 #endif /*HAVE_TESTRUNNER*/ 23 27 24 28 // Registers the fixture into the 'registry'
Note:
See TracChangeset
for help on using the changeset viewer.