Last change
on this file since 141:96f81c791f0c was
119:82a2639a05bb,
checked in by Alpar Juttner <alpar@…>, 17 years ago
|
Port time and counter utilities from svn -r3482
The mingw support has been removed
|
File size:
1.3 KB
|
Rev | Line | |
---|
[1] | 1 | EXTRA_DIST += \ |
---|
| 2 | test/Makefile |
---|
| 3 | |
---|
[4] | 4 | noinst_HEADERS += \ |
---|
[58] | 5 | test/digraph_test.h \ |
---|
[100] | 6 | test/heap_test.h \ |
---|
[58] | 7 | test/map_test.h \ |
---|
[4] | 8 | test/test_tools.h |
---|
[10] | 9 | |
---|
[4] | 10 | check_PROGRAMS += \ |
---|
[100] | 11 | test/bfs_test \ |
---|
[119] | 12 | test/counter_test \ |
---|
[100] | 13 | test/dfs_test \ |
---|
[57] | 14 | test/digraph_test \ |
---|
[8] | 15 | test/dim_test \ |
---|
[108] | 16 | test/error_test \ |
---|
[57] | 17 | test/graph_test \ |
---|
[103] | 18 | test/kruskal_test \ |
---|
[25] | 19 | test/maps_test \ |
---|
[10] | 20 | test/random_test \ |
---|
[96] | 21 | test/path_test \ |
---|
[4] | 22 | test/test_tools_fail \ |
---|
[103] | 23 | test/test_tools_pass \ |
---|
[119] | 24 | test/time_measure_test \ |
---|
[103] | 25 | test/unionfind_test |
---|
[10] | 26 | |
---|
[1] | 27 | TESTS += $(check_PROGRAMS) |
---|
| 28 | XFAIL_TESTS += test/test_tools_fail$(EXEEXT) |
---|
[4] | 29 | |
---|
[100] | 30 | test_bfs_test_SOURCES = test/bfs_test.cc |
---|
[119] | 31 | test_counter_test_SOURCES = test/counter_test.cc |
---|
[100] | 32 | test_dfs_test_SOURCES = test/dfs_test.cc |
---|
[57] | 33 | test_digraph_test_SOURCES = test/digraph_test.cc |
---|
[8] | 34 | test_dim_test_SOURCES = test/dim_test.cc |
---|
[108] | 35 | test_error_test_SOURCES = test/error_test.cc |
---|
[57] | 36 | test_graph_test_SOURCES = test/graph_test.cc |
---|
[100] | 37 | # test_heap_test_SOURCES = test/heap_test.cc |
---|
[103] | 38 | test_kruskal_test_SOURCES = test/kruskal_test.cc |
---|
[25] | 39 | test_maps_test_SOURCES = test/maps_test.cc |
---|
[96] | 40 | test_path_test_SOURCES = test/path_test.cc |
---|
[10] | 41 | test_random_test_SOURCES = test/random_test.cc |
---|
[4] | 42 | test_test_tools_fail_SOURCES = test/test_tools_fail.cc |
---|
| 43 | test_test_tools_pass_SOURCES = test/test_tools_pass.cc |
---|
[119] | 44 | test_time_measure_test_SOURCES = test/time_measure_test.cc |
---|
[103] | 45 | test_unionfind_test_SOURCES = test/unionfind_test.cc |
---|
Note: See
TracBrowser
for help on using the repository browser.