Changes in src/unittests/Makefile.am [997784:6d574a]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/Makefile.am
r997784 r6d574a 38 38 periodentafelTest \ 39 39 PlaneUnittest \ 40 ShapeUnittest \41 40 SingletonTest \ 42 41 StackClassUnitTest \ … … 83 82 periodentafelTest.cpp \ 84 83 PlaneUnittest.cpp \ 85 ShapeUnittest.cpp \86 84 SingletonTest.cpp \ 87 85 stackclassunittest.cpp \ … … 211 209 PlaneUnittest_LDADD = ${ALLLIBS} 212 210 213 ShapeUnittest_SOURCES = UnitTestMain.cpp ShapeUnittest.cpp ShapeUnittest.hpp214 ShapeUnittest_LDADD = ${ALLLIBS}215 216 211 SingletonTest_SOURCES = UnitTestMain.cpp SingletonTest.cpp SingletonTest.hpp 217 SingletonTest_LDADD = $ (BOOST_LIB) ${BOOST_THREAD_LIB}212 SingletonTest_LDADD = ${ALLLIBS} $(BOOST_LIB) ${BOOST_THREAD_LIB} 218 213 219 214 StackClassUnitTest_SOURCES = UnitTestMain.cpp stackclassunittest.cpp stackclassunittest.hpp
Note:
See TracChangeset
for help on using the changeset viewer.