aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects
diff options
context:
space:
mode:
authorGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2020-12-02 14:15:59 -0800
committerGravatar GitHub <noreply@github.com>2020-12-02 14:15:59 -0800
commit8f8148438aa156ff876fca305b4f6b04789c78d7 (patch)
tree8edca5923c0f774199c46ea36adff2b562af80cb /projects
parent6fc050ec9ec29534ad079c83ef4bc2f709c083df (diff)
[cifuzz-example][tmp] Test something weird (#4771)
Diffstat (limited to 'projects')
-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 874a55a3..57aa2082 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.