|
Last change
on this file since 66:5f7a8570687d was
66:5f7a8570687d,
checked in by Peter Kovacs <kpeter@…>, 18 years ago
|
|
Port error.h from svn -r3438 + minor changes (error_test does not pass!)
In svn -r3438 error_test is not used as a test program and it does not pass.
|
|
File size:
704 bytes
|
| Line | |
|---|
| 1 | EXTRA_DIST += \ |
|---|
| 2 | test/Makefile |
|---|
| 3 | |
|---|
| 4 | noinst_HEADERS += \ |
|---|
| 5 | test/digraph_test.h \ |
|---|
| 6 | test/map_test.h \ |
|---|
| 7 | test/test_tools.h |
|---|
| 8 | |
|---|
| 9 | check_PROGRAMS += \ |
|---|
| 10 | test/digraph_test \ |
|---|
| 11 | test/dim_test \ |
|---|
| 12 | test/graph_test \ |
|---|
| 13 | test/random_test \ |
|---|
| 14 | test/test_tools_fail \ |
|---|
| 15 | test/test_tools_pass |
|---|
| 16 | |
|---|
| 17 | TESTS += $(check_PROGRAMS) |
|---|
| 18 | XFAIL_TESTS += test/test_tools_fail$(EXEEXT) |
|---|
| 19 | |
|---|
| 20 | test_digraph_test_SOURCES = test/digraph_test.cc |
|---|
| 21 | test_dim_test_SOURCES = test/dim_test.cc |
|---|
| 22 | #test_error_test_SOURCES = test/error_test.cc |
|---|
| 23 | test_graph_test_SOURCES = test/graph_test.cc |
|---|
| 24 | test_random_test_SOURCES = test/random_test.cc |
|---|
| 25 | test_test_tools_fail_SOURCES = test/test_tools_fail.cc |
|---|
| 26 | test_test_tools_pass_SOURCES = test/test_tools_pass.cc |
|---|
Note: See
TracBrowser
for help on using the repository browser.