Last change
on this file since 681:06a3cba90f94 was
567:efaa79ee8d14,
checked in by Alpar Juttner, 21 years ago
|
time_measure.cc was renamed to time_measure_test.cc
Add an alternative dijsktra_test.cc
|
File size:
288 bytes
|
Rev | Line | |
---|
[542] | 1 | AM_CPPFLAGS = -I$(top_srcdir)/src |
---|
| 2 | |
---|
[567] | 3 | check_PROGRAMS = graph_test dijkstra_test time_measure_test |
---|
[542] | 4 | |
---|
| 5 | TESTS = $(check_PROGRAMS) |
---|
| 6 | XFAIL_TESTS = |
---|
| 7 | |
---|
[567] | 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 |
---|
Note: See
TracBrowser
for help on using the repository browser.