Changeset 96d8dc for molecuilder/src/unittests
- Timestamp:
- Oct 30, 2009, 11:04:50 AM (16 years ago)
- Children:
- ec70ec
- Parents:
- 57cfb7
- Location:
- molecuilder/src/unittests
- Files:
-
- 2 added
- 1 edited
-
Makefile.am (modified) (2 diffs)
-
logunittest.cpp (added)
-
logunittest.hpp (added)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/unittests/Makefile.am
r57cfb7 r96d8dc 1 1 INCLUDES = -I$(top_srcdir)/src 2 2 3 noinst_PROGRAMS = ActOnAllUnitTest AnalysisCorrelationToPointUnitTest AnalysisCorrelationToSurfaceUnitTest AnalysisPairCorrelationUnitTest MemoryAllocatorUnitTest MemoryUsageObserverUnitTest VectorUnitTest3 noinst_PROGRAMS = ActOnAllUnitTest AnalysisCorrelationToPointUnitTest AnalysisCorrelationToSurfaceUnitTest AnalysisPairCorrelationUnitTest LogUnitTest MemoryAllocatorUnitTest MemoryUsageObserverUnitTest VectorUnitTest 4 4 5 5 TESTS = ActOnAllUnitTest AnalysisCorrelationToPointUnitTest AnalysisCorrelationToSurfaceUnitTest AnalysisPairCorrelationUnitTest MemoryUsageObserverUnitTest MemoryAllocatorUnitTest VectorUnitTest … … 40 40 MemoryUsageObserverUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl 41 41 MemoryUsageObserverUnitTest_LDADD = ../libmolecuilder.a 42 43 LogUnitTest_SOURCES = ../errorLogger.cpp ../errorLogger.hpp ../log.cpp ../log.hpp ../logger.cpp ../logger.hpp logunittest.cpp logunittest.hpp 44 LogUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS) 45 LogUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl 46 LogUnitTest_LDADD = ../libmolecuilder.a
Note:
See TracChangeset
for help on using the changeset viewer.
