Files
ht/test/CMakeLists.txt
2025-08-30 04:53:47 -07:00

6 lines
126 B
CMake

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