src/test/Makefile.am
changeset 780 e06d0d16595f
parent 774 4297098d9677
child 788 c3187cafcabf
     1.1 --- a/src/test/Makefile.am	Wed Sep 01 09:04:07 2004 +0000
     1.2 +++ b/src/test/Makefile.am	Wed Sep 01 15:08:41 2004 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4  
     1.5  noinst_HEADERS = test_tools.h
     1.6  
     1.7 -check_PROGRAMS = graph_test dijkstra_test bfs_test time_measure_test \
     1.8 +check_PROGRAMS = graph_test dijkstra_test bfs_test dfs_test time_measure_test \
     1.9  	error_test xy_test \
    1.10  	unionfind_test test_tools_pass test_tools_fail
    1.11  
    1.12 @@ -12,6 +12,7 @@
    1.13  graph_test_SOURCES = graph_test.cc
    1.14  dijkstra_test_SOURCES = dijkstra_test.cc
    1.15  bfs_test_SOURCES = bfs_test.cc
    1.16 +dfs_test_SOURCES = dfs_test.cc
    1.17  unionfind_test_SOURCES = unionfind_test.cc
    1.18  time_measure_test_SOURCES = time_measure_test.cc
    1.19  error_test_SOURCES = error_test.cc