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

@@ -51,7 +51,7 @@ fn main() {
println!("cargo:warning=(not a warning) Compiling C-based BPF programs");
let status = Command::new("make")
.current_dir("../../bpf/c")
.arg("all")
.arg("programs")
.arg(&out_dir)
.status()
.expect("Failed to build C-based BPF programs");