2025-08-28 04:59:23 -07:00
|
|
|
link_libraries(refcount)
|
2025-08-30 21:21:02 -07:00
|
|
|
add_compile_options(-Wall -Wpedantic)
|
2025-08-28 04:59:23 -07:00
|
|
|
|
|
|
|
|
add_executable(test_list test_list.c)
|
|
|
|
|
add_test(NAME list COMMAND test_list)
|
|
|
|
|
|
|
|
|
|
add_executable(test_refcount test_refcount.c)
|
|
|
|
|
add_test(NAME refcount COMMAND test_refcount)
|