author | Peter Kovacs <kpeter@inf.elte.hu> |
Fri, 04 Jan 2008 23:17:09 +0100 | |
changeset 35 | f8ddf1b1541a |
parent 4 | 3f411aa35bd7 |
child 32 | ad7f593399b0 |
child 65 | bfbc57a51fbb |
permissions | -rw-r--r-- |
1 EXTRA_DIST += \
2 test/Makefile
4 noinst_HEADERS += \
5 test/test_tools.h
7 check_PROGRAMS += \
8 test/maps_test \
9 test/test_tools_fail \
10 test/test_tools_pass
12 TESTS += $(check_PROGRAMS)
13 XFAIL_TESTS += test/test_tools_fail$(EXEEXT)
15 test_maps_test_SOURCES = test/maps_test.cc
16 test_test_tools_fail_SOURCES = test/test_tools_fail.cc
17 test_test_tools_pass_SOURCES = test/test_tools_pass.cc