changeset 267 | 1eb606fe5591 |
parent 203 | 215bfc30b14f |
child 422 | 54464584b157 |
23:f5772fe36b3a | 24:2e89957e4827 |
---|---|
1 EXTRA_DIST += \ |
1 EXTRA_DIST += \ |
2 test/CMakeLists.txt |
2 test/CMakeLists.txt |
3 |
3 |
4 noinst_HEADERS += \ |
4 noinst_HEADERS += \ |
5 test/graph_test.h \ |
5 test/graph_test.h \ |
6 test/graph_maps_test.h \ |
|
7 test/test_tools.h |
6 test/test_tools.h |
8 |
7 |
9 check_PROGRAMS += \ |
8 check_PROGRAMS += \ |
10 test/bfs_test \ |
9 test/bfs_test \ |
11 test/counter_test \ |
10 test/counter_test \ |