gravatar
alpar (Alpar Juttner)
alpar@cs.elte.hu
Update test/CMakeLists.txt and test/Makefile.am
0 2 0
default
2 files changed with 7 insertions and 3 deletions:
↑ Collapse diff ↑
Ignore white space 6 line context
... ...
@@ -6,2 +6,3 @@
6 6
  bfs_test
7
  circulation_test
7 8
  counter_test
... ...
@@ -12,2 +13,3 @@
12 13
  error_test
14
  graph_adaptor_test
13 15
  graph_copy_test
... ...
@@ -20,4 +22,6 @@
20 22
  max_matching_test
23
  path_test
24
  preflow_test
21 25
  random_test
22
  path_test
26
  suurballe_test
23 27
  time_measure_test
Show white space 6 line context
... ...
@@ -20,10 +20,10 @@
20 20
	test/graph_utils_test \
21
	test/hao_orlin_test \
21 22
	test/heap_test \
22 23
	test/kruskal_test \
23
	test/hao_orlin_test \
24 24
        test/maps_test \
25 25
	test/max_matching_test \
26
        test/random_test \
27 26
        test/path_test \
28 27
        test/preflow_test \
28
        test/random_test \
29 29
        test/suurballe_test \
0 comments (0 inline)