gravatar
kpeter (Peter Kovacs)
kpeter@inf.elte.hu
Rename graph_adaptor_test.cc to adaptors_test.cc (#67)
1 2 1
default
4 files changed with 3 insertions and 3 deletions:
↑ Collapse diff ↑
Show white space 6 line context
... ...
@@ -5,2 +5,3 @@
5 5
SET(TESTS
6
  adaptors_test
6 7
  bfs_test
... ...
@@ -13,3 +14,2 @@
13 14
  error_test
14
  graph_adaptor_test
15 15
  graph_copy_test
Ignore white space 6 line context
... ...
@@ -8,2 +8,3 @@
8 8
check_PROGRAMS += \
9
	test/adaptors_test \
9 10
	test/bfs_test \
... ...
@@ -16,3 +17,2 @@
16 17
	test/error_test \
17
	test/graph_adaptor_test \
18 18
	test/graph_copy_test \
... ...
@@ -38,2 +38,3 @@
38 38

	
39
test_adaptors_test_SOURCES = test/adaptors_test.cc
39 40
test_bfs_test_SOURCES = test/bfs_test.cc
... ...
@@ -46,3 +47,2 @@
46 47
test_error_test_SOURCES = test/error_test.cc
47
test_graph_adaptor_test_SOURCES = test/graph_adaptor_test.cc
48 48
test_graph_copy_test_SOURCES = test/graph_copy_test.cc
Ignore white space 6 line context
file renamed from test/graph_adaptor_test.cc to test/adaptors_test.cc
0 comments (0 inline)