Initial commit
This commit is contained in:
8
test/CMakeLists.txt
Normal file
8
test/CMakeLists.txt
Normal file
@ -0,0 +1,8 @@
|
||||
link_libraries(refcount)
|
||||
add_compile_options(-Wall)
|
||||
|
||||
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)
|
Reference in New Issue
Block a user