source: libcaca/trunk/tests/Makefile.am @ 3514

Last change on this file since 3514 was 3514, checked in by Pascal Terjan, 14 years ago

Add unit test for memory export/import with caca format

File size: 420 bytes
Line 
1# $Id$
2
3AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/caca -I../caca
4
5if USE_CPPUNIT
6cppunit_tests = caca-test
7endif
8
9noinst_PROGRAMS = simple $(cppunit_tests)
10
11TESTS = $(noinst_PROGRAMS)
12
13simple_SOURCES = simple.c
14simple_LDADD = ../caca/libcaca.la
15
16caca_test_SOURCES = caca-test.cpp canvas.cpp dirty.cpp driver.cpp export.cpp
17caca_test_CXXFLAGS = $(CPPUNIT_CFLAGS)
18caca_test_LDADD = ../caca/libcaca.la $(CPPUNIT_LIBS)
19
Note: See TracBrowser for help on using the repository browser.