2
0
Files
liminix/tests/ci.nix
T
dan 5f2abc0d2b test that rotuer example builds
there is no test in CI that builds the firewall or any of those
modules, so this is temporary-ish to increase coverage
2026-04-26 18:10:56 +01:00

15 lines
468 B
Nix

{
ext4 = import ./ext4/test.nix;
fennel = import ./fennel/test.nix;
inout = import ./inout/test.nix;
jffs2 = import ./jffs2/test.nix;
min-copy-closure = import ./min-copy-closure/test.nix;
pppoe = import ./pppoe/test.nix;
pseudofiles = import ./pseudofiles/test.nix;
smoke = import ./smoke/test.nix;
tftpboot = import ./tftpboot/test.nix;
updown = import ./updown/test.nix;
wlan = import ./wlan/test.nix;
gateway = import ./gateway/test.nix;
}