Changeset 4369 for libcaca/trunk/test
- Timestamp:
- 02/16/10 00:57:13 (7 months ago)
- Location:
- libcaca/trunk/test
- Files:
-
- 1 added
- 1 modified
-
Makefile.am (modified) (1 diff)
-
check-copyright (added)
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/test/Makefile.am
r4333 r4369 9 9 endif 10 10 11 EXTRA_DIST = check- doxygen check-source check-win3211 EXTRA_DIST = check-copyright check-doxygen check-source check-win32 12 12 13 13 noinst_PROGRAMS = simple bench $(cppunit_tests) 14 14 15 TESTS = simple check-source check-win32 $(doxygen_tests) $(cppunit_tests) 15 TESTS = simple check-copyright check-source check-win32 \ 16 $(doxygen_tests) $(cppunit_tests) 16 17 17 18 simple_SOURCES = simple.c
