Initial commit
This commit is contained in:
5
test/CMakeLists.txt
Normal file
5
test/CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
||||
link_libraries(ht)
|
||||
add_compile_options(-Wall -Wpedantic)
|
||||
|
||||
add_executable(test_ht test_ht.c)
|
||||
add_test(NAME ht COMMAND test_ht)
|
Reference in New Issue
Block a user