Changeset 3565 for libcaca/trunk/tests/Makefile.am
- Timestamp:
- Jul 24, 2009, 12:55:11 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/tests/Makefile.am
r3514 r3565 7 7 endif 8 8 9 noinst_PROGRAMS = simple $(cppunit_tests)9 noinst_PROGRAMS = simple bench $(cppunit_tests) 10 10 11 TESTS = $(noinst_PROGRAMS)11 TESTS = simple $(cppunit_tests) 12 12 13 13 simple_SOURCES = simple.c 14 14 simple_LDADD = ../caca/libcaca.la 15 16 bench_SOURCES = bench.c 17 bench_LDADD = ../caca/libcaca.la 15 18 16 19 caca_test_SOURCES = caca-test.cpp canvas.cpp dirty.cpp driver.cpp export.cpp
Note: See TracChangeset
for help on using the changeset viewer.