Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/unittests/Makefile.am

    rfa5a6a r18eecf  
     1# PLEASE adhere to the alphabetical ordering in this Makefile!
     2# Also indentation by a single tab
     3
    14INCLUDES = -I$(top_srcdir)/src
    25
     
    3235  PlaneUnittest \
    3336  ObserverTest \
     37  ParserUnitTest \
    3438  SingletonTest \
    3539  StackClassUnitTest \
     
    7377  PlaneUnittest.cpp \
    7478  ObserverTest.cpp \
     79  ParserUnitTest.cpp \
    7580  SingletonTest.cpp \
    7681  stackclassunittest.cpp \
     
    114119 
    115120
     121ActionSequenceTest_SOURCES = UnitTestMain.cpp ../../../TestRunnerClient.hpp ActionSequenceTest.cpp ActionSequenceTest.hpp
     122ActionSequenceTest_LDADD = ${ALLLIBS}
     123
    116124ActOnAllUnitTest_SOURCES = UnitTestMain.cpp ../test/ActOnAllTest.hpp ActOnAllUnitTest.cpp ActOnAllUnitTest.hpp
    117125ActOnAllUnitTest_LDADD = ${ALLLIBS}
     
    132140atomsCalculationTest_LDADD = ${ALLLIBS}
    133141
     142AtomDescriptorTest_SOURCES = UnitTestMain.cpp AtomDescriptorTest.cpp AtomDescriptorTest.hpp
     143AtomDescriptorTest_LDADD = ${ALLLIBS}
     144
    134145BondGraphUnitTest_SOURCES = UnitTestMain.cpp bondgraphunittest.cpp bondgraphunittest.hpp
    135146BondGraphUnitTest_LDADD = ${ALLLIBS}
    136147
     148CacheableTest_SOURCES = UnitTestMain.cpp CacheableTest.cpp CacheableTest.hpp
     149CacheableTest_LDADD = ${ALLLIBS}
     150
    137151CountBondsUnitTest_SOURCES = UnitTestMain.cpp CountBondsUnitTest.cpp CountBondsUnitTest.hpp
    138152CountBondsUnitTest_LDADD = ${ALLLIBS}
     
    162176LogUnitTest_LDADD = ${ALLLIBS}
    163177
     178manipulateAtomsTest_SOURCES = UnitTestMain.cpp manipulateAtomsTest.cpp manipulateAtomsTest.hpp
     179manipulateAtomsTest_LDADD = ${ALLLIBS}
     180
    164181MemoryAllocatorUnitTest_SOURCES = UnitTestMain.cpp memoryallocatorunittest.cpp memoryallocatorunittest.hpp
    165182MemoryAllocatorUnitTest_LDADD = ${ALLLIBS}
     
    171188MoleculeDescriptorTest_LDADD = ${ALLLIBS}
    172189
     190ObserverTest_SOURCES = UnitTestMain.cpp ObserverTest.cpp ObserverTest.hpp
     191ObserverTest_LDADD = ${ALLLIBS}
     192
     193ParserUnitTest_SOURCES = UnitTestMain.cpp ParserUnitTest.cpp ParserUnitTest.hpp
     194ParserUnitTest_LDADD = ${ALLLIBS}
     195
    173196PlaneUnittest_SOURCES = UnitTestMain.cpp PlaneUnittest.cpp PlaneUnittest.hpp
    174197PlaneUnittest_LDADD = ${ALLLIBS}
     
    189212Tesselation_InOutsideUnitTest_LDADD = ${ALLLIBS}
    190213
     214TestRunner_SOURCES = TestRunnerMain.cpp $(TESTSOURCES) $(TESTHEADERS)
     215TestRunner_LDADD = ${ALLLIBS}
     216
    191217VectorUnitTest_SOURCES = UnitTestMain.cpp vectorunittest.cpp vectorunittest.hpp
    192218VectorUnitTest_LDADD = ${ALLLIBS}
    193219
    194 ActionSequenceTest_SOURCES = UnitTestMain.cpp ../../../TestRunnerClient.hpp ActionSequenceTest.cpp ActionSequenceTest.hpp
    195 ActionSequenceTest_LDADD = ${ALLLIBS}
    196 
    197 ObserverTest_SOURCES = UnitTestMain.cpp ObserverTest.cpp ObserverTest.hpp
    198 ObserverTest_LDADD = ${ALLLIBS}
    199 
    200 CacheableTest_SOURCES = UnitTestMain.cpp CacheableTest.cpp CacheableTest.hpp
    201 CacheableTest_LDADD = ${ALLLIBS}
    202 
    203 AtomDescriptorTest_SOURCES = UnitTestMain.cpp AtomDescriptorTest.cpp AtomDescriptorTest.hpp
    204 AtomDescriptorTest_LDADD = ${ALLLIBS}
    205 
    206 manipulateAtomsTest_SOURCES = UnitTestMain.cpp manipulateAtomsTest.cpp manipulateAtomsTest.hpp
    207 manipulateAtomsTest_LDADD = ${ALLLIBS}
    208 
    209 TestRunner_SOURCES = TestRunnerMain.cpp $(TESTSOURCES) $(TESTHEADERS)
    210 TestRunner_LDADD = ${ALLLIBS}
    211 
    212220#AUTOMAKE_OPTIONS = parallel-tests
    213 
Note: See TracChangeset for help on using the changeset viewer.