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)