Add cdh test

This commit is contained in:
atxr 2024-02-06 16:18:22 +01:00
parent e04a231974
commit ac658859aa
2 changed files with 28 additions and 0 deletions

2
tests/CMakeLists.txt Normal file
View file

@ -0,0 +1,2 @@
add_executable(get_cdh ${CMAKE_CURRENT_SOURCE_DIR}/test_get_cdh.c)
target_link_libraries(get_cdh PUBLIC libmineziper)