Changeset 2301 for libcaca/trunk/tests/Makefile.am
- Timestamp:
- Apr 19, 2008, 4:07:54 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/tests/Makefile.am
r2299 r2301 3 3 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/cucul -I../cucul 4 4 5 TESTS = simple 5 if USE_CPPUNIT 6 cppunit_tests = cucul-test 7 endif 6 8 7 check_PROGRAMS = simple 9 noinst_PROGRAMS = simple $(cppunit_tests) 10 11 TESTS = $(noinst_PROGRAMS) 8 12 9 13 simple_SOURCES = simple.c 10 14 simple_LDADD = ../cucul/libcucul.la 11 15 16 cucul_test_SOURCES = cucul-test.cpp canvas.cpp 17 cucul_test_CPPFLAGS = $(CPPUNIT_CFLAGS) 18 cucul_test_LDADD = ../cucul/libcucul.la $(CPPUNIT_LIBS) 19
Note: See TracChangeset
for help on using the changeset viewer.