Skip to content

Commit

Permalink
move the fuzzers into the test/ subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldreik committed Jun 9, 2019
1 parent 2967765 commit e936829
Show file tree
Hide file tree
Showing 19 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,9 @@ if (FMT_TEST)
add_subdirectory(test)
endif ()

# control fuzzing independent of the unit tests
if (FMT_FUZZ)
add_subdirectory(fuzzing)
add_subdirectory(test/fuzzing)
endif ()

set(gitignore ${PROJECT_SOURCE_DIR}/.gitignore)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion fuzzing/build.sh → test/fuzzing/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

set -e
me=$(basename $0)
root=$(readlink -f "$(dirname "$0")/..")
root=$(readlink -f "$(dirname "$0")/../..")


echo $me: root=$root
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e936829

Please sign in to comment.