Changeset bc8155 for molecuilder/src/unittests
- Timestamp:
- Oct 30, 2009, 8:29:31 AM (16 years ago)
- Children:
- 5f697c
- Parents:
- 92fc40
- Location:
- molecuilder/src/unittests
- Files:
-
- 3 edited
-
ActOnAllUnitTest.cpp (modified) (1 diff)
-
ActOnAllUnitTest.hpp (modified) (1 diff)
-
Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/unittests/ActOnAllUnitTest.cpp
r92fc40 rbc8155 12 12 #include <cppunit/ui/text/TestRunner.h> 13 13 14 #include " ActOnAlltest.hpp"14 #include "../test/ActOnAlltest.hpp" 15 15 #include "ActOnAllUnitTest.hpp" 16 16 #include "memoryallocator.hpp" -
molecuilder/src/unittests/ActOnAllUnitTest.hpp
r92fc40 rbc8155 11 11 #include <cppunit/extensions/HelperMacros.h> 12 12 13 #include " ActOnAlltest.hpp"13 #include "../test/ActOnAlltest.hpp" 14 14 15 15 /********************************************** Test classes **************************************/ -
molecuilder/src/unittests/Makefile.am
r92fc40 rbc8155 4 4 AM_CXXFLAGS = $(CPPUNIT_CFLAGS) 5 5 6 TESTS = ActOnAllUnitTest AnalysisCorrelationToPointUnitTest AnalysisCorrelationToSurfaceUnitTest AnalysisPairCorrelationUnitTest ListOfBondsUnitTest MemoryUsageObserverUnitTest MemoryAllocatorUnitTest StackClassUnitTest VectorUnitTest6 TESTS = ActOnAllUnitTest AnalysisCorrelationToPointUnitTest AnalysisCorrelationToSurfaceUnitTest AnalysisPairCorrelationUnitTest BondGraphUnitTest ListOfBondsUnitTest MemoryUsageObserverUnitTest MemoryAllocatorUnitTest StackClassUnitTest VectorUnitTest 7 7 check_PROGRAMS = $(TESTS) 8 8 noinst_PROGRAMS = $(TESTS) 9 9 10 ActOnAllUnitTest_SOURCES = ActOnAllTest.hpp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp memoryallocator.hpp10 ActOnAllUnitTest_SOURCES = ../test/ActOnAllTest.hpp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp memoryallocator.hpp 11 11 ActOnAllUnitTest_LDADD = ../libmolecuilder.a 12 12 … … 19 19 AnalysisPairCorrelationUnitTest_SOURCES = analysis_correlation.hpp AnalysisPairCorrelationUnitTest.cpp AnalysisPairCorrelationUnitTest.hpp 20 20 AnalysisPairCorrelationUnitTest_LDADD = ../libmolecuilder.a 21 22 BondGraphUnitTest_SOURCES = ../bondgraph.cpp ../bondgraph.hpp bondgraphunittest.cpp bondgraphunittest.hpp 23 BondGraphUnitTest_LDADD = ../libmolecuilder.a 21 24 22 25 ListOfBondsUnitTest_SOURCES = listofbondsunittest.cpp listofbondsunittest.hpp
Note:
See TracChangeset
for help on using the changeset viewer.
