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