summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorDominique Martinet <asmadeus@codewreck.org>2021-12-04 10:20:26 +0900
committerDominique Martinet <asmadeus@codewreck.org>2021-12-04 21:12:07 +0900
commit559fe436657bf68f83718548c02cdcd6e93e6add (patch)
treea541a82423a435bf4573b4262bda9eb2efa934be /nixos/tests/all-tests.nix
parent2318433b7388444c67a54cc79a9d7baf7df27e26 (diff)
downloadnixpkgs-559fe436657bf68f83718548c02cdcd6e93e6add.tar
nixpkgs-559fe436657bf68f83718548c02cdcd6e93e6add.tar.gz
nixpkgs-559fe436657bf68f83718548c02cdcd6e93e6add.tar.bz2
nixpkgs-559fe436657bf68f83718548c02cdcd6e93e6add.tar.lz
nixpkgs-559fe436657bf68f83718548c02cdcd6e93e6add.tar.xz
nixpkgs-559fe436657bf68f83718548c02cdcd6e93e6add.tar.zst
nixpkgs-559fe436657bf68f83718548c02cdcd6e93e6add.zip
nixos/tests: add bpf test
test bcc and bpftrace briefly
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 1ff1b8d5864..d67cfea1164 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -44,6 +44,7 @@ in
   boot-stage1 = handleTest ./boot-stage1.nix {};
   borgbackup = handleTest ./borgbackup.nix {};
   botamusique = handleTest ./botamusique.nix {};
+  bpf = handleTestOn ["x86_64-linux" "aarch64-linux"] ./bpf.nix {};
   btrbk = handleTest ./btrbk.nix {};
   buildbot = handleTest ./buildbot.nix {};
   buildkite-agents = handleTest ./buildkite-agents.nix {};