Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/unittests/Makefile.am

    r920c70 r997784  
    2626  InfoUnitTest \
    2727  LinearSystemOfEquationsUnitTest \
     28  LineUnittest \
    2829  LinkedCellUnitTest \
    2930  ListOfBondsUnitTest \
     
    3738  periodentafelTest \
    3839  PlaneUnittest \
     40  ShapeUnittest \
    3941  SingletonTest \
    4042  StackClassUnitTest \
     
    4951noinst_PROGRAMS = $(TESTS) TestRunner
    5052
    51 GSLLIBS = ../libgslwrapper.a
    52 ALLLIBS = ../libmolecuilder.a ${GSLLIBS} $(BOOST_LIB) ${BOOST_THREAD_LIB}
     53GSLLIBS = ../libgslwrapper.a $(BOOST_LIB) ${BOOST_THREAD_LIB}
     54ALLLIBS = ../libmolecuilder.a ${GSLLIBS}
    5355
    5456TESTSOURCES = \
     
    6971  infounittest.cpp \
    7072  linearsystemofequationsunittest.cpp \
     73  LineUnittest.cpp \
    7174  LinkedCellUnitTest.cpp \
    7275  listofbondsunittest.cpp \
     
    8083  periodentafelTest.cpp \
    8184  PlaneUnittest.cpp \
     85  ShapeUnittest.cpp \
    8286  SingletonTest.cpp \
    8387  stackclassunittest.cpp \
     
    104108  infounittest.hpp \
    105109  linearsystemofequationsunittest.hpp \
     110  LineUnittest.hpp \
    106111  LinkedCellUnitTest.hpp \
    107112  listofbondsunittest.hpp \
     
    170175LinearSystemOfEquationsUnitTest_LDADD = ${ALLLIBS}
    171176
     177LineUnittest_SOURCES = UnitTestMain.cpp LineUnittest.cpp LineUnittest.hpp
     178LineUnittest_LDADD = ${ALLLIBS}
     179
    172180LinkedCellUnitTest_SOURCES = UnitTestMain.cpp LinkedCellUnitTest.cpp LinkedCellUnitTest.hpp
    173181LinkedCellUnitTest_LDADD = ${ALLLIBS}
     
    182190manipulateAtomsTest_LDADD = ${ALLLIBS}
    183191
    184 MemoryAllocatorUnitTest_SOURCES = UnitTestMain.cpp ../memoryallocator.hpp ../memoryusageobserver.cpp ../memoryusageobserver.hpp memoryallocatorunittest.cpp memoryallocatorunittest.hpp
     192MemoryAllocatorUnitTest_SOURCES = UnitTestMain.cpp ../memoryallocator.hpp ../memoryallocator.cpp ../memoryusageobserver.cpp ../memoryusageobserver.hpp memoryallocatorunittest.cpp memoryallocatorunittest.hpp
    185193MemoryAllocatorUnitTest_LDADD = ${ALLLIBS}
    186194
     
    203211PlaneUnittest_LDADD = ${ALLLIBS}
    204212
     213ShapeUnittest_SOURCES = UnitTestMain.cpp ShapeUnittest.cpp ShapeUnittest.hpp
     214ShapeUnittest_LDADD = ${ALLLIBS}
     215
    205216SingletonTest_SOURCES = UnitTestMain.cpp SingletonTest.cpp SingletonTest.hpp
    206217SingletonTest_LDADD = $(BOOST_LIB) ${BOOST_THREAD_LIB}
     
    218229Tesselation_InOutsideUnitTest_LDADD = ${ALLLIBS}
    219230
    220 TestRunner_SOURCES = TestRunnerMain.cpp ../memoryallocator.hpp ../memoryusageobserver.cpp ../memoryusageobserver.hpp $(TESTSOURCES) $(TESTHEADERS)
     231TestRunner_SOURCES = TestRunnerMain.cpp ../memoryallocator.hpp ../memoryallocator.cpp ../memoryusageobserver.cpp ../memoryusageobserver.hpp $(TESTSOURCES) $(TESTHEADERS)
    221232TestRunner_LDADD = ${ALLLIBS}
    222233
Note: See TracChangeset for help on using the changeset viewer.