| Rev | Line | |
|---|
| [1] | 1 | EXTRA_DIST += \ |
|---|
| 2 | test/Makefile |
|---|
| 3 | |
|---|
| [4] | 4 | noinst_HEADERS += \ |
|---|
| [58] | 5 | test/digraph_test.h \ |
|---|
| 6 | test/map_test.h \ |
|---|
| [4] | 7 | test/test_tools.h |
|---|
| [10] | 8 | |
|---|
| [4] | 9 | check_PROGRAMS += \ |
|---|
| [57] | 10 | test/digraph_test \ |
|---|
| [8] | 11 | test/dim_test \ |
|---|
| [57] | 12 | test/graph_test \ |
|---|
| [25] | 13 | test/maps_test \ |
|---|
| [10] | 14 | test/random_test \ |
|---|
| [4] | 15 | test/test_tools_fail \ |
|---|
| 16 | test/test_tools_pass |
|---|
| [10] | 17 | |
|---|
| [1] | 18 | TESTS += $(check_PROGRAMS) |
|---|
| 19 | XFAIL_TESTS += test/test_tools_fail$(EXEEXT) |
|---|
| [4] | 20 | |
|---|
| [57] | 21 | test_digraph_test_SOURCES = test/digraph_test.cc |
|---|
| [8] | 22 | test_dim_test_SOURCES = test/dim_test.cc |
|---|
| [66] | 23 | #test_error_test_SOURCES = test/error_test.cc |
|---|
| [57] | 24 | test_graph_test_SOURCES = test/graph_test.cc |
|---|
| [25] | 25 | test_maps_test_SOURCES = test/maps_test.cc |
|---|
| [10] | 26 | test_random_test_SOURCES = test/random_test.cc |
|---|
| [4] | 27 | test_test_tools_fail_SOURCES = test/test_tools_fail.cc |
|---|
| 28 | test_test_tools_pass_SOURCES = test/test_tools_pass.cc |
|---|
Note: See
TracBrowser
for help on using the repository browser.