Changeset 01d28a for molecuilder/src/unittests
- Timestamp:
- Feb 19, 2010, 2:31:56 PM (16 years ago)
- Children:
- 7bfc19
- Parents:
- 9ef76a
- Location:
- molecuilder/src/unittests
- Files:
-
- 2 added
- 2 edited
-
Makefile.am (modified) (2 diffs)
-
atomsCalculationTest.cpp (added)
-
atomsCalculationTest.hpp (added)
-
manipulateAtomsTest.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/unittests/Makefile.am
r9ef76a r01d28a 31 31 DescriptorUnittest \ 32 32 manipulateAtomsTest \ 33 atomsCalculationTest \ 33 34 ${MENUTESTS} 34 35 … … 115 116 manipulateAtomsTest_LDADD = ${ALLLIBS} 116 117 118 atomsCalculationTest_SOURCES = atomsCalculationTest.cpp atomsCalculationTest.hpp 119 atomsCalculationTest_LDADD = ${ALLLIBS} 120 117 121 #AUTOMAKE_OPTIONS = parallel-tests 118 122 -
molecuilder/src/unittests/manipulateAtomsTest.cpp
r9ef76a r01d28a 7 7 8 8 #include "manipulateAtomsTest.hpp" 9 10 #include "DescriptorUnittest.hpp"11 9 12 10 #include <cppunit/CompilerOutputter.h>
Note:
See TracChangeset
for help on using the changeset viewer.
