link_libraries(ht) add_compile_options(-Wall -Wpedantic) add_executable(test_ht test_ht.c) add_test(NAME ht COMMAND test_ht)