Last change
on this file since 214:60eecd3fe37a was
203:215bfc30b14f,
checked in by Balazs Dezso <deba@…>, 16 years ago
|
Cleaning of heap test and bug fix in heap concept check (ticket #100)
- The dijkstra heap test's digraph is inlined into the source file
- The random sequences are fixed
- The content of the header is moved to the source file
- Only the binary heap is checked
|
File size:
529 bytes
|
Rev | Line | |
---|
[141] | 1 | include_directories (${LEMON_SOURCE_DIR}) |
---|
| 2 | |
---|
| 3 | link_directories (${LEMON_BINARY_DIR}/lemon) |
---|
| 4 | |
---|
| 5 | set (TESTS |
---|
| 6 | bfs_test |
---|
| 7 | counter_test |
---|
| 8 | dfs_test |
---|
| 9 | digraph_test |
---|
[170] | 10 | dijkstra_test |
---|
[141] | 11 | dim_test |
---|
| 12 | error_test |
---|
[200] | 13 | graph_copy_test |
---|
[141] | 14 | graph_test |
---|
[171] | 15 | graph_utils_test |
---|
[203] | 16 | heap_test |
---|
[141] | 17 | kruskal_test |
---|
| 18 | maps_test |
---|
[171] | 19 | path_test |
---|
[141] | 20 | random_test |
---|
| 21 | time_measure_test |
---|
| 22 | unionfind_test) |
---|
| 23 | |
---|
| 24 | foreach (TEST_NAME ${TESTS}) |
---|
| 25 | add_executable (${TEST_NAME} ${TEST_NAME}.cc) |
---|
| 26 | target_link_libraries (${TEST_NAME} lemon) |
---|
| 27 | add_test(${TEST_NAME} ${TEST_NAME}) |
---|
| 28 | endforeach (TEST_NAME) |
---|
Note: See
TracBrowser
for help on using the repository browser.