add_compile_options(-Wall -Wpedantic) link_libraries(olisp) add_executable(test_object test_object.c) add_test(NAME object COMMAND test_object)