Changeset afbb6c0 for molecuilder/src/unittests
- Timestamp:
- Oct 7, 2009, 3:35:17 PM (16 years ago)
- Children:
- 682229
- Parents:
- 53f32e
- File:
-
- 1 edited
-
molecuilder/src/unittests/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/unittests/Makefile.am
r53f32e rafbb6c0 1 INCLUDES = -I$(top_srcdir)/src 2 1 3 noinst_PROGRAMS = MemoryAllocatorUnitTest MemoryUsageObserverUnitTest VectorUnitTest 2 4 3 5 TESTS = VectorUnitTest MemoryUsageObserverUnitTest MemoryAllocatorUnitTest 4 6 check_PROGRAMS = $(TESTS) 7 5 8 VectorUnitTest_SOURCES = defs.hpp helpers.hpp leastsquaremin.hpp memoryallocator.hpp memoryusageobserver.hpp vectorunittest.cpp vectorunittest.hpp vector.hpp verbose.hpp 6 9 VectorUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS) 7 10 VectorUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl 11 VectorUnitTest_LDADD = ../libmolecuilder.a 8 12 9 13 MemoryAllocatorUnitTest_SOURCES = defs.hpp helpers.hpp memoryallocatorunittest.cpp memoryallocatorunittest.hpp memoryallocator.hpp memoryusageobserver.hpp verbose.hpp 10 14 MemoryAllocatorUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS) -I.. 11 15 MemoryAllocatorUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl 16 MemoryAllocatorUnitTest_LDADD = ../libmolecuilder.a 12 17 13 18 MemoryUsageObserverUnitTest_SOURCES = defs.hpp helpers.hpp memoryusageobserverunittest.cpp memoryusageobserverunittest.hpp memoryusageobserver.hpp verbose.hpp 14 19 MemoryUsageObserverUnitTest_CXXFLAGS = $(CPPUNIT_CFLAGS) 15 20 MemoryUsageObserverUnitTest_LDFLAGS = $(CPPUNIT_LIBS) -ldl 21 MemoryUsageObserverUnitTest_LDADD = ../libmolecuilder.a
Note:
See TracChangeset
for help on using the changeset viewer.
