Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/unittests/Makefile.am

    r997784 r6d574a  
    3838  periodentafelTest \
    3939  PlaneUnittest \
    40   ShapeUnittest \
    4140  SingletonTest \
    4241  StackClassUnitTest \
     
    8382  periodentafelTest.cpp \
    8483  PlaneUnittest.cpp \
    85   ShapeUnittest.cpp \
    8684  SingletonTest.cpp \
    8785  stackclassunittest.cpp \
     
    211209PlaneUnittest_LDADD = ${ALLLIBS}
    212210
    213 ShapeUnittest_SOURCES = UnitTestMain.cpp ShapeUnittest.cpp ShapeUnittest.hpp
    214 ShapeUnittest_LDADD = ${ALLLIBS}
    215 
    216211SingletonTest_SOURCES = UnitTestMain.cpp SingletonTest.cpp SingletonTest.hpp
    217 SingletonTest_LDADD = $(BOOST_LIB) ${BOOST_THREAD_LIB}
     212SingletonTest_LDADD = ${ALLLIBS} $(BOOST_LIB) ${BOOST_THREAD_LIB}
    218213
    219214StackClassUnitTest_SOURCES = UnitTestMain.cpp stackclassunittest.cpp stackclassunittest.hpp
Note: See TracChangeset for help on using the changeset viewer.