add file2 zstd impl and test
This commit is contained in:
14
test/CMakeLists.txt
Normal file
14
test/CMakeLists.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
cmake_minimum_required(VERSION 3.9...3.24 FATAL_ERROR)
|
||||
|
||||
project(solanaceae)
|
||||
|
||||
add_executable(solanaceae_file2_zstd_test
|
||||
./test_file_zstd.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(solanaceae_file2_zstd_test PUBLIC
|
||||
solanaceae_file2_zstd
|
||||
)
|
||||
|
||||
add_test(NAME solanaceae_file2_zstd_test COMMAND solanaceae_file2_zstd_test)
|
||||
|
||||
Reference in New Issue
Block a user