|
Last change
on this file since 215:17c644f5f98d was
203:215bfc30b14f,
checked in by Balazs Dezso <deba@…>, 17 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
|
| Line | |
|---|
| 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 |
|---|
| 10 | dijkstra_test |
|---|
| 11 | dim_test |
|---|
| 12 | error_test |
|---|
| 13 | graph_copy_test |
|---|
| 14 | graph_test |
|---|
| 15 | graph_utils_test |
|---|
| 16 | heap_test |
|---|
| 17 | kruskal_test |
|---|
| 18 | maps_test |
|---|
| 19 | path_test |
|---|
| 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.