CMakeLists.txt
author Balazs Dezso <deba@inf.elte.hu>
Fri, 11 Jul 2008 15:01:49 +0200
changeset 203 215bfc30b14f
child 225 c5a40fc54f1a
permissions -rw-r--r--
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
ladanyi@141
     1
project (LEMON)
ladanyi@141
     2
enable_testing ()
ladanyi@141
     3
add_subdirectory (lemon)
ladanyi@141
     4
add_subdirectory (demo)
ladanyi@141
     5
add_subdirectory (test)