diff options
author | Jo-Philipp Wich <jo@mein.io> | 2021-07-28 12:30:14 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2021-07-28 12:30:14 +0200 |
commit | 03ca44543740450b21ccb8754099147219e44043 (patch) | |
tree | 6395a2adae807088237451addef943e467e017be /tests/CMakeLists.txt | |
parent | 3b1be3d5f43f28c935629be20c770da3c9fb86c1 (diff) |
tests: disable fuzz tests for now
The Fuzz test implementation so far is just boilerplate and fails due to
imposed memory limits on the CI runner.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index aed0100..4f1888d 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,6 +1,6 @@ ADD_SUBDIRECTORY(cram) ADD_SUBDIRECTORY(custom) -IF(CMAKE_C_COMPILER_ID STREQUAL "Clang") - ADD_SUBDIRECTORY(fuzz) -ENDIF() +#IF(CMAKE_C_COMPILER_ID STREQUAL "Clang") +# ADD_SUBDIRECTORY(fuzz) +#ENDIF() |