Changeset 22b47e for molecuilder/src/unittests
- Timestamp:
- Jan 8, 2010, 5:44:51 PM (16 years ago)
- Children:
- e651e7
- Parents:
- a1acc5
- Location:
- molecuilder/src/unittests
- Files:
-
- 2 added
- 1 edited
-
Makefile.am (modified) (2 diffs)
-
gslvectorunittest.cpp (added)
-
gslvectorunittest.hpp (added)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/unittests/Makefile.am
ra1acc5 r22b47e 4 4 AM_CXXFLAGS = $(CPPUNIT_CFLAGS) 5 5 6 TESTS = ActOnAllUnitTest AnalysisBondsUnitTests AnalysisCorrelationToPointUnitTest AnalysisCorrelationToSurfaceUnitTest AnalysisPairCorrelationUnitTest BondGraphUnitTest InfoUnitTest ListOfBondsUnitTest LogUnitTest MemoryUsageObserverUnitTest MemoryAllocatorUnitTest StackClassUnitTest TesselationUnitTest TesselationInOutsideUnitTest VectorUnitTest 6 TESTS = \ 7 ActOnAllUnitTest \ 8 AnalysisBondsUnitTests \ 9 AnalysisCorrelationToPointUnitTest \ 10 AnalysisCorrelationToSurfaceUnitTest \ 11 AnalysisPairCorrelationUnitTest \ 12 BondGraphUnitTest \ 13 GSLVectorUnitTest \ 14 InfoUnitTest \ 15 ListOfBondsUnitTest \ 16 LogUnitTest \ 17 MemoryUsageObserverUnitTest \ 18 MemoryAllocatorUnitTest \ 19 StackClassUnitTest \ 20 TesselationUnitTest \ 21 TesselationInOutsideUnitTest \ 22 VectorUnitTest 23 7 24 check_PROGRAMS = $(TESTS) 8 25 noinst_PROGRAMS = $(TESTS) … … 26 43 BondGraphUnitTest_LDADD = ../libmolecuilder.a 27 44 45 GSLMatrixSymmetricUnitTest_SOURCES = gslmatrixsymmetricunittest.cpp gslmatrixsymmetricunittest.hpp 46 GSLMatrixSymmetricUnitTest_LDADD = ../libgslwrapper.a 47 48 GSLMatrixUnitTest_SOURCES = gslmatrixunittest.cpp gslmatrixunittest.hpp 49 GSLMatrixUnitTest_LDADD = ../libgslwrapper.a 50 51 GSLVectorUnitTest_SOURCES = gslvectorunittest.cpp gslvectorunittest.hpp 52 GSLVectorUnitTest_LDADD = ../libgslwrapper.a 53 28 54 InfoUnitTest_SOURCES = infounittest.cpp infounittest.hpp 29 55 InfoUnitTest_LDADD = ../libmolecuilder.a 56 57 LinearSystemOfEquationsUnitTest_SOURCES = linearsystemofequationsunittest.cpp linearsystemofequationsunittest.hpp 58 LinearSystemOfEquationsUnitTest_LDADD = ../libgslwrapper.a ../libmolecuilder.a 30 59 31 60 ListOfBondsUnitTest_SOURCES = listofbondsunittest.cpp listofbondsunittest.hpp
Note:
See TracChangeset
for help on using the changeset viewer.
