Skip to content

Commit 9fa72e2

Browse files
arthurscchanjmcnamara
authored andcommitted
oss-fuzz: Add unit test build
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
1 parent f064715 commit 9fa72e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev/fuzzing/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cd $SRC/libxlsxwriter
33
printenv
44

55
mkdir -p build
6-
cmake -S . -B build -DBUILD_FUZZERS=ON && cmake --build build --target install
6+
cmake -S . -B build -DBUILD_FUZZERS=ON -DBUILD_TESTS=ON && cmake --build build --target install
77

88
# Build the corpus using the existing xlsx files in the source
99
mkdir -p corpus

0 commit comments

Comments
 (0)