Added ReallocObserver(), and associated code as well.
[aesalon.git] / tests / CMakeLists.txt
blob9974e1267da5f0d1b091e8e5feff4b9505b74034
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)