Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/unittests/Makefile.am

    r35b698 r6d574a  
    5252GSLLIBS = ../libgslwrapper.a $(BOOST_LIB) ${BOOST_THREAD_LIB}
    5353ALLLIBS = ../libmolecuilder.a ${GSLLIBS}
    54 PARSERLIBS = ../libparser.a ${ALLLIBS}
    5554
    5655TESTSOURCES = \
     
    202201
    203202ParserUnitTest_SOURCES = UnitTestMain.cpp ParserUnitTest.cpp ParserUnitTest.hpp
    204 ParserUnitTest_LDADD = ${PARSERLIBS}
     203ParserUnitTest_LDADD = ${ALLLIBS}
    205204
    206205periodentafelTest_SOURCES = UnitTestMain.cpp periodentafelTest.cpp periodentafelTest.hpp
     
    211210
    212211SingletonTest_SOURCES = UnitTestMain.cpp SingletonTest.cpp SingletonTest.hpp
    213 SingletonTest_LDADD = $(BOOST_LIB) ${BOOST_THREAD_LIB}
     212SingletonTest_LDADD = ${ALLLIBS} $(BOOST_LIB) ${BOOST_THREAD_LIB}
    214213
    215214StackClassUnitTest_SOURCES = UnitTestMain.cpp stackclassunittest.cpp stackclassunittest.hpp
Note: See TracChangeset for help on using the changeset viewer.