[cifuzz-example][tmp] Test something weird (#4771)

This commit is contained in:
jonathanmetzman 2020-12-02 14:15:59 -08:00 committed by GitHub
parent 6fc050ec9e
commit 8f8148438a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@
# #
################################################################################ ################################################################################
echo $PWD
ls .
make clean # Not strictly necessary, since we are building in a fresh dir. make clean # Not strictly necessary, since we are building in a fresh dir.
make -j$(nproc) all # Build the fuzz targets. make -j$(nproc) all # Build the fuzz targets.
# make -j$(nproc) check # Sanity check, not strictly required, but nice to have. # make -j$(nproc) check # Sanity check, not strictly required, but nice to have.