Changes in src/unittests/Makefile.am [6d574a:35b698]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/Makefile.am
r6d574a r35b698 52 52 GSLLIBS = ../libgslwrapper.a $(BOOST_LIB) ${BOOST_THREAD_LIB} 53 53 ALLLIBS = ../libmolecuilder.a ${GSLLIBS} 54 PARSERLIBS = ../libparser.a ${ALLLIBS} 54 55 55 56 TESTSOURCES = \ … … 201 202 202 203 ParserUnitTest_SOURCES = UnitTestMain.cpp ParserUnitTest.cpp ParserUnitTest.hpp 203 ParserUnitTest_LDADD = ${ ALLLIBS}204 ParserUnitTest_LDADD = ${PARSERLIBS} 204 205 205 206 periodentafelTest_SOURCES = UnitTestMain.cpp periodentafelTest.cpp periodentafelTest.hpp … … 210 211 211 212 SingletonTest_SOURCES = UnitTestMain.cpp SingletonTest.cpp SingletonTest.hpp 212 SingletonTest_LDADD = $ {ALLLIBS} $(BOOST_LIB) ${BOOST_THREAD_LIB}213 SingletonTest_LDADD = $(BOOST_LIB) ${BOOST_THREAD_LIB} 213 214 214 215 StackClassUnitTest_SOURCES = UnitTestMain.cpp stackclassunittest.cpp stackclassunittest.hpp
Note:
See TracChangeset
for help on using the changeset viewer.