Files
ternfs-XTXMarkets/cpp/tests/CMakeLists.txt
T
Francesco Mazzoli 5bff9b8fae Many, many changes -- tests pass, but FUSE is currently not present
The main thing that's added is full RS support, but a lot of things
were rejigged along the way. The tests are still a bit lacking,
and will be augmented in future commits.
2023-03-03 16:42:22 +00:00

5 lines
197 B
CMake

include_directories(${eggsfs_SOURCE_DIR}/core ${eggsfs_SOURCE_DIR}/shard ${eggsfs_SOURCE_DIR}/wyhash)
add_executable(tests tests.cpp doctest.h)
target_link_libraries(tests PRIVATE core shard cdc)