Some modifications and another testfile.
1 AM_CPPFLAGS = -I$(top_srcdir)/src
3 check_PROGRAMS = graph_test dijkstra_test time_measure_test
5 TESTS = $(check_PROGRAMS)
8 graph_test_SOURCES = graph_test.cc test_tools.h
9 dijkstra_test_SOURCES = dijkstra_test.cc test_tools.h
10 time_measure_test_SOURCES = time_measure_test.cc