Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/unittests/Makefile.am

    r8725ed r147339  
    44AM_CXXFLAGS = $(CPPUNIT_CFLAGS)
    55
    6 TESTS = ActOnAllUnitTest AnalysisBondsUnitTests AnalysisCorrelationToPointUnitTest AnalysisCorrelationToSurfaceUnitTest AnalysisPairCorrelationUnitTest BondGraphUnitTest InfoUnitTest ListOfBondsUnitTest LogUnitTest MemoryUsageObserverUnitTest MemoryAllocatorUnitTest StackClassUnitTest VectorUnitTest
     6MENUTESTS = ActionSequenceTest
     7
     8TESTS = ActOnAllUnitTest AnalysisBondsUnitTests AnalysisCorrelationToPointUnitTest AnalysisCorrelationToSurfaceUnitTest AnalysisPairCorrelationUnitTest BondGraphUnitTest ListOfBondsUnitTest LogUnitTest MemoryUsageObserverUnitTest MemoryAllocatorUnitTest StackClassUnitTest VectorUnitTest ${MENUTESTS}
    79check_PROGRAMS = $(TESTS)
    810noinst_PROGRAMS = $(TESTS)
     
    2628BondGraphUnitTest_LDADD = ../libmolecuilder.a
    2729
    28 InfoUnitTest_SOURCES = infounittest.cpp infounittest.hpp
    29 InfoUnitTest_LDADD = ../libmolecuilder.a
    30 
    3130ListOfBondsUnitTest_SOURCES = listofbondsunittest.cpp listofbondsunittest.hpp
    3231ListOfBondsUnitTest_LDADD = ../libmolecuilder.a
     
    4746VectorUnitTest_LDADD = ../libmolecuilder.a
    4847
     48ActionSequenceTest_SOURCES = ActionSequenceTest.cpp ActionSequenceTest.hpp
     49ActionSequenceTest_LDADD = ../libmolecuilder.a
    4950
    5051#AUTOMAKE_OPTIONS = parallel-tests
Note: See TracChangeset for help on using the changeset viewer.