| Last change
                  on this file since 806:93246c00cd24 was
                  800:b70a494b4912,
                  checked in by Alpar Juttner, 21 years ago | 
        
          | 
Move general graph compilation tests to 'src/test/graph_test.h'.
 | 
        | File size:
            826 bytes | 
      
      
        
  | Line |  | 
|---|
| 1 | AM_CPPFLAGS = -I$(top_srcdir)/src | 
|---|
| 2 |  | 
|---|
| 3 | noinst_HEADERS = test_tools.h graph_test.h | 
|---|
| 4 |  | 
|---|
| 5 | check_PROGRAMS = test_tools_pass test_tools_fail \ | 
|---|
| 6 | graph_test \ | 
|---|
| 7 | dijkstra_test bfs_test dfs_test \ | 
|---|
| 8 | minlengthpaths_test mincostflows_test \ | 
|---|
| 9 | unionfind_test xy_test \ | 
|---|
| 10 | time_measure_test \ | 
|---|
| 11 | error_test | 
|---|
| 12 |  | 
|---|
| 13 |  | 
|---|
| 14 | TESTS = $(check_PROGRAMS) | 
|---|
| 15 | XFAIL_TESTS = test_tools_fail | 
|---|
| 16 |  | 
|---|
| 17 | bfs_test_SOURCES = bfs_test.cc | 
|---|
| 18 | dfs_test_SOURCES = dfs_test.cc | 
|---|
| 19 | dijkstra_test_SOURCES = dijkstra_test.cc | 
|---|
| 20 | error_test_SOURCES = error_test.cc | 
|---|
| 21 | graph_test_SOURCES = graph_test.cc | 
|---|
| 22 | mincostflows_test_SOURCES = mincostflows_test.cc | 
|---|
| 23 | minlengthpaths_test_SOURCES = minlengthpaths_test.cc | 
|---|
| 24 | time_measure_test_SOURCES = time_measure_test.cc | 
|---|
| 25 | test_tools_fail_SOURCES = test_tools_fail.cc | 
|---|
| 26 | test_tools_pass_SOURCES = test_tools_pass.cc | 
|---|
| 27 | unionfind_test_SOURCES = unionfind_test.cc | 
|---|
| 28 | xy_test_SOURCES = xy_test.cc | 
|---|
| 29 |  | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.