src/test/Makefile.am
changeset 567 efaa79ee8d14
parent 545 367929c61461
child 727 aada518af30f
     1.1 --- a/src/test/Makefile.am	Fri May 07 06:35:02 2004 +0000
     1.2 +++ b/src/test/Makefile.am	Fri May 07 06:57:50 2004 +0000
     1.3 @@ -1,9 +1,10 @@
     1.4  AM_CPPFLAGS = -I$(top_srcdir)/src
     1.5  
     1.6 -check_PROGRAMS = graph_test time_measure
     1.7 +check_PROGRAMS = graph_test dijkstra_test time_measure_test 
     1.8  
     1.9  TESTS = $(check_PROGRAMS)
    1.10  XFAIL_TESTS =
    1.11  
    1.12 -graph_test_SOURCES = graph_test.cc
    1.13 -time_measure_SOURCES = time_measure.cc
    1.14 \ No newline at end of file
    1.15 +graph_test_SOURCES = graph_test.cc test_tools.h
    1.16 +dijkstra_test_SOURCES = dijkstra_test.cc test_tools.h
    1.17 +time_measure_test_SOURCES = time_measure_test.cc
    1.18 \ No newline at end of file