ebc5d6a3e0
* move shell script to a runCommand * multicast needs special options to run on loopback (nix-build sandbox disables non-local network interfaces)
5 lines
139 B
Nix
5 lines
139 B
Nix
{
|
|
smoke = import ./tests/smoke/test.nix;
|
|
pseudofiles = import ./tests/pseudofiles/test.nix;
|
|
pppoe = import ./tests/pppoe/test.nix;
|
|
}
|