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
     1 project (LEMON)
     2 enable_testing ()
     3 add_subdirectory (lemon)
     4 add_subdirectory (demo)
     5 add_subdirectory (test)