Fix BPF C tests and run as part of CI (#2540)

This commit is contained in:
Jack May
2019-01-24 12:15:37 -08:00
committed by GitHub
parent b9eb7e14e6
commit 9abc500269
3 changed files with 33 additions and 26 deletions

View File

@@ -20,6 +20,9 @@ ci/affects-files.sh \
exit 0
}
# Run all BPF C tests
make -C programs/bpf/c tests
# Must be built out of band
make -C programs/bpf/rust/noop/ all
@@ -34,3 +37,4 @@ else
fi
exec ci/test-stable.sh "$FEATURES"