diff options
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt new file mode 100644 index 0000000..aed0100 --- /dev/null +++ b/tests/CMakeLists.txt @@ -0,0 +1,6 @@ +ADD_SUBDIRECTORY(cram) +ADD_SUBDIRECTORY(custom) + +IF(CMAKE_C_COMPILER_ID STREQUAL "Clang") + ADD_SUBDIRECTORY(fuzz) +ENDIF() |