mirror of https://github.com/google/oss-fuzz.git
[cifuzz-example][tmp] Test something weird (#4771)
This commit is contained in:
parent
6fc050ec9e
commit
8f8148438a
|
@ -15,6 +15,8 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
echo $PWD
|
||||
ls .
|
||||
make clean # Not strictly necessary, since we are building in a fresh dir.
|
||||
make -j$(nproc) all # Build the fuzz targets.
|
||||
# make -j$(nproc) check # Sanity check, not strictly required, but nice to have.
|
||||
|
|
Loading…
Reference in New Issue