Last change
on this file since 4369 was
4369,
checked in by Sam Hocevar, 12 years ago
|
Add the copyright unit test and update copyright information everywhere.
|
File size:
678 bytes
|
Line | |
---|
1 | |
---|
2 | AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/caca -I../caca |
---|
3 | |
---|
4 | if USE_CPPUNIT |
---|
5 | cppunit_tests = caca-test |
---|
6 | endif |
---|
7 | if BUILD_DOCUMENTATION |
---|
8 | doxygen_tests = check-doxygen |
---|
9 | endif |
---|
10 | |
---|
11 | EXTRA_DIST = check-copyright check-doxygen check-source check-win32 |
---|
12 | |
---|
13 | noinst_PROGRAMS = simple bench $(cppunit_tests) |
---|
14 | |
---|
15 | TESTS = simple check-copyright check-source check-win32 \ |
---|
16 | $(doxygen_tests) $(cppunit_tests) |
---|
17 | |
---|
18 | simple_SOURCES = simple.c |
---|
19 | simple_LDADD = ../caca/libcaca.la |
---|
20 | |
---|
21 | bench_SOURCES = bench.c |
---|
22 | bench_LDADD = ../caca/libcaca.la |
---|
23 | |
---|
24 | caca_test_SOURCES = caca-test.cpp canvas.cpp dirty.cpp driver.cpp export.cpp |
---|
25 | caca_test_CXXFLAGS = $(CPPUNIT_CFLAGS) |
---|
26 | caca_test_LDADD = ../caca/libcaca.la $(CPPUNIT_LIBS) |
---|
27 | |
---|
Note: See
TracBrowser
for help on using the repository browser.