Initial garbage colletor implementation
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
link_libraries(refcount)
|
||||
add_compile_options(-Wall)
|
||||
add_compile_options(-Wall -Wpedantic)
|
||||
|
||||
add_executable(test_list test_list.c)
|
||||
add_test(NAME list COMMAND test_list)
|
||||
|
Reference in New Issue
Block a user