Changeset 5f9f8b
- Timestamp:
- Nov 3, 2009, 12:38:08 PM (16 years ago)
- Children:
- 08b88b
- Parents:
- 8bc524
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/unittests/Makefile.am
r8bc524 r5f9f8b 9 9 10 10 ActOnAllUnitTest_SOURCES = ../test/ActOnAllTest.hpp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp memoryallocator.hpp 11 ActOnAllUnitTest_LDADD = ../libmolecuilder.a12 11 13 12 AnalysisCorrelationToPointUnitTest_SOURCES = analysis_correlation.hpp AnalysisCorrelationToPointUnitTest.cpp AnalysisCorrelationToPointUnitTest.hpp … … 26 25 ListOfBondsUnitTest_LDADD = ../libmolecuilder.a 27 26 28 MemoryAllocatorUnitTest_SOURCES = defs.hpp helpers.hpp memoryallocatorunittest.cpp memoryallocatorunittest.hpp memoryallocator.hpp memoryusageobserver.hpp verbose.hpp 29 MemoryAllocatorUnitTest_LDADD = ../libmolecuilder.a 27 MemoryAllocatorUnitTest_SOURCES = defs.hpp ../helpers.cpp ../helpers.hpp memoryallocatorunittest.cpp memoryallocatorunittest.hpp memoryallocator.hpp memoryusageobserver.hpp verbose.hpp 30 28 31 29 MemoryUsageObserverUnitTest_SOURCES = defs.hpp helpers.hpp memoryusageobserverunittest.cpp memoryusageobserverunittest.hpp memoryusageobserver.hpp verbose.hpp 32 MemoryUsageObserverUnitTest_LDADD = ../libmolecuilder.a33 30 34 StackClassUnitTest_SOURCES = stackclass.hpp stackclassunittest.cpp stackclassunittest.hpp 35 StackClassUnitTest_LDADD = ../libmolecuilder.a 31 StackClassUnitTest_SOURCES = memoryallocator.hpp stackclass.hpp stackclassunittest.cpp stackclassunittest.hpp 36 32 37 VectorUnitTest_SOURCES = defs.hpp helpers.hpp leastsquaremin.hpp memoryallocator.hpp memoryusageobserver.hpp vectorunittest.cpp vectorunittest.hpp vector.hpp verbose.hpp 38 VectorUnitTest_LDADD = ../libmolecuilder.a 33 VectorUnitTest_SOURCES = defs.hpp ../helpers.cpp helpers.hpp ../leastsquaremin.cpp leastsquaremin.hpp memoryallocator.hpp memoryusageobserver.hpp vectorunittest.cpp vectorunittest.hpp vector.hpp ../vector.cpp verbose.hpp ../verbose.cpp 39 34 40 35
Note:
See TracChangeset
for help on using the changeset viewer.