Merge pull request #230368 from risicle/ris-libbpf-passthru-tests

libbpf: add some key reverse dependencies to `passthru.tests`
This commit is contained in:
Sandro 2024-01-28 19:14:27 +01:00 committed by GitHub
commit f35ab6dee7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,12 @@
, stdenv
, zlib
, lib
# for passthru.tests
, knot-dns
, nixosTests
, systemd
, tracee
}:
stdenv.mkDerivation rec {
@ -25,7 +30,9 @@ stdenv.mkDerivation rec {
makeFlags = [ "PREFIX=$(out)" "-C src" ];
passthru.tests = {
inherit knot-dns tracee;
bpf = nixosTests.bpf;
systemd = systemd.override { withLibBPF = true; };
};
postInstall = ''