Changes in src/unittests/Makefile.am [147339:8725ed]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/Makefile.am
r147339 r8725ed 4 4 AM_CXXFLAGS = $(CPPUNIT_CFLAGS) 5 5 6 MENUTESTS = ActionSequenceTest 7 8 TESTS = ActOnAllUnitTest AnalysisBondsUnitTests AnalysisCorrelationToPointUnitTest AnalysisCorrelationToSurfaceUnitTest AnalysisPairCorrelationUnitTest BondGraphUnitTest ListOfBondsUnitTest LogUnitTest MemoryUsageObserverUnitTest MemoryAllocatorUnitTest StackClassUnitTest VectorUnitTest ${MENUTESTS} 6 TESTS = ActOnAllUnitTest AnalysisBondsUnitTests AnalysisCorrelationToPointUnitTest AnalysisCorrelationToSurfaceUnitTest AnalysisPairCorrelationUnitTest BondGraphUnitTest InfoUnitTest ListOfBondsUnitTest LogUnitTest MemoryUsageObserverUnitTest MemoryAllocatorUnitTest StackClassUnitTest VectorUnitTest 9 7 check_PROGRAMS = $(TESTS) 10 8 noinst_PROGRAMS = $(TESTS) … … 28 26 BondGraphUnitTest_LDADD = ../libmolecuilder.a 29 27 28 InfoUnitTest_SOURCES = infounittest.cpp infounittest.hpp 29 InfoUnitTest_LDADD = ../libmolecuilder.a 30 30 31 ListOfBondsUnitTest_SOURCES = listofbondsunittest.cpp listofbondsunittest.hpp 31 32 ListOfBondsUnitTest_LDADD = ../libmolecuilder.a … … 46 47 VectorUnitTest_LDADD = ../libmolecuilder.a 47 48 48 ActionSequenceTest_SOURCES = ActionSequenceTest.cpp ActionSequenceTest.hpp49 ActionSequenceTest_LDADD = ../libmolecuilder.a50 49 51 50 #AUTOMAKE_OPTIONS = parallel-tests
Note:
See TracChangeset
for help on using the changeset viewer.