Changeset 41182a for molecuilder/src/unittests/Makefile.am
- Timestamp:
- Jan 26, 2010, 12:45:41 PM (16 years ago)
- Children:
- d34341
- Parents:
- 931903 (diff), 16807e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/unittests/Makefile.am
r931903 r41182a 6 6 MENUTESTS = ActionSequenceTest 7 7 8 TESTS = ActOnAllUnitTest AnalysisBondsUnitTests AnalysisCorrelationToPointUnitTest AnalysisCorrelationToSurfaceUnitTest AnalysisPairCorrelationUnitTest BondGraphUnitTest ListOfBondsUnitTest LogUnitTest MemoryUsageObserverUnitTest MemoryAllocatorUnitTest StackClassUnitTest VectorUnitTest ${MENUTESTS} 8 TESTS = ActOnAllUnitTest AnalysisBondsUnitTests AnalysisCorrelationToPointUnitTest AnalysisCorrelationToSurfaceUnitTest AnalysisPairCorrelationUnitTest BondGraphUnitTest InfoUnitTest ListOfBondsUnitTest LogUnitTest MemoryUsageObserverUnitTest MemoryAllocatorUnitTest StackClassUnitTest VectorUnitTest ${MENUTESTS} 9 9 10 check_PROGRAMS = $(TESTS) 10 11 noinst_PROGRAMS = $(TESTS) … … 27 28 BondGraphUnitTest_SOURCES = bondgraphunittest.cpp bondgraphunittest.hpp 28 29 BondGraphUnitTest_LDADD = ../libmolecuilder.a 30 31 InfoUnitTest_SOURCES = infounittest.cpp infounittest.hpp 32 InfoUnitTest_LDADD = ../libmolecuilder.a 29 33 30 34 ListOfBondsUnitTest_SOURCES = listofbondsunittest.cpp listofbondsunittest.hpp
Note:
See TracChangeset
for help on using the changeset viewer.