From babee40213f7951e302eafd439d3ce9812f1ba9f Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Tue, 18 Jul 2023 15:26:05 -0400 Subject: [PATCH] integration-test: add to default-members This works now that build.rs does the right thing. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 580e0a48..9bd39326 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ default-members = [ "aya-log-parser", "aya-obj", "aya-tool", - # test/integration-test is omitted; it must be built with xtask. + "test/integration-test", "xtask", "aya-bpf-macros",