source:
lemon-1.1/test/Makefile.am
@
26:61bf7f22a6d6
Last change on this file since 26:61bf7f22a6d6 was 25:751cd8f9bb1c, checked in by , 17 years ago | |
---|---|
File size: 413 bytes |
Line | |
---|---|
1 | EXTRA_DIST += \ |
2 | test/Makefile |
3 | |
4 | noinst_HEADERS += \ |
5 | test/test_tools.h |
6 | |
7 | check_PROGRAMS += \ |
8 | test/maps_test \ |
9 | test/test_tools_fail \ |
10 | test/test_tools_pass |
11 | |
12 | TESTS += $(check_PROGRAMS) |
13 | XFAIL_TESTS += test/test_tools_fail$(EXEEXT) |
14 | |
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 |
Note: See TracBrowser
for help on using the repository browser.