aboutsummaryrefslogtreecommitdiff
path: root/projects/cifuzz-example
diff options
context:
space:
mode:
authorjonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2020-12-02 14:15:59 -0800
committerGitHub <noreply@github.com>2020-12-02 14:15:59 -0800
commit8f8148438aa156ff876fca305b4f6b04789c78d7 (patch)
tree8edca5923c0f774199c46ea36adff2b562af80cb /projects/cifuzz-example
parent6fc050ec9ec29534ad079c83ef4bc2f709c083df (diff)
downloadoss-fuzz-8f8148438aa156ff876fca305b4f6b04789c78d7.tar.gz
[cifuzz-example][tmp] Test something weird (#4771)
Diffstat (limited to 'projects/cifuzz-example')
-rwxr-xr-xprojects/cifuzz-example/build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/cifuzz-example/build.sh b/projects/cifuzz-example/build.sh
index 874a55a36..57aa20826 100755
--- a/projects/cifuzz-example/build.sh
+++ b/projects/cifuzz-example/build.sh
@@ -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.