Changeset 9b8fa4 for src/unittests
- Timestamp:
- Dec 13, 2011, 1:09:40 PM (14 years ago)
- Children:
- c7ac70
- Parents:
- 3324cf
- git-author:
- Frederik Heber <heber@…> (12/11/11 14:49:06)
- git-committer:
- Frederik Heber <heber@…> (12/13/11 13:09:40)
- File:
-
- 1 edited
-
src/unittests/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/Makefile.am
r3324cf r9b8fa4 10 10 TESTHEADERS = 11 11 12 INCLUDES = -I$(top_srcdir)/src/ Helpers -I$(top_srcdir)/src/Patterns12 INCLUDES = -I$(top_srcdir)/src/ 13 13 14 14 AM_LDFLAGS = $(CPPUNIT_LIBS) -ldl $(BOOST_THREAD_LDFLAGS) 15 15 AM_CPPFLAGS = ${BOOST_CPPFLAGS} $(CPPUNIT_CFLAGS) 16 16 17 include ../Helpers/unittests/Makefile.am18 include ../Patterns/unittests/Makefile.am19 include ../Patterns/Observer/unittests/Makefile.am17 include $(top_srcdir)/src/Helpers/unittests/Makefile.am 18 include $(top_srcdir)/src/Patterns/unittests/Makefile.am 19 include $(top_srcdir)/src/Observer/unittests/Makefile.am 20 20 21 21 check_PROGRAMS += … … 29 29 TestRunner_LDADD = \ 30 30 ../Patterns/libCodePatterns-Patterns-debug.la \ 31 ../Observer/libCodePatterns-Observer-debug.la \ 31 32 ../Helpers/libCodePatterns-Helpers-debug.la \ 32 33 $(BOOST_THREAD_LIBS)
Note:
See TracChangeset
for help on using the changeset viewer.
