source:
lemon-1.0/test/Makefile.am
@
19:5e9f3d3c115b
Last change on this file since 19:5e9f3d3c115b was 8:a1b1d672f37a, checked in by , 17 years ago | |
---|---|
File size: 410 bytes |
Rev | Line | |
---|---|---|
[1] | 1 | EXTRA_DIST += \ |
2 | test/Makefile | |
3 | ||
[4] | 4 | noinst_HEADERS += \ |
5 | test/test_tools.h | |
6 | ||
7 | check_PROGRAMS += \ | |
[8] | 8 | test/dim_test \ |
[4] | 9 | test/test_tools_fail \ |
10 | test/test_tools_pass | |
11 | ||
[1] | 12 | TESTS += $(check_PROGRAMS) |
13 | XFAIL_TESTS += test/test_tools_fail$(EXEEXT) | |
[4] | 14 | |
[8] | 15 | test_dim_test_SOURCES = test/dim_test.cc |
[4] | 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.