Added Doxyfiles for the gui and monitor subdirectories.
[aesalon.git] / tests / CMakeLists.txt
blob56672ba43ce105bec5501ddc4972af8399b56d8d
1 add_definitions(-g -O0)
2 add_executable(malloc_test malloc_test.c)
3 add_executable(sleep_test sleep_test.c)
4 add_executable(sleep_malloc sleep_malloc.c)
5 add_executable(interactive_malloc_test interactive_malloc_test.c)
6 add_executable(realloc_test realloc_test.c)
7 add_executable(cpp_new_test cpp_new_test.cpp)