mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
armagetronad: add passthru.tests
This commit is contained in:
parent
204cb87e31
commit
105bb49c4b
@ -23,6 +23,7 @@
|
||||
, protobuf
|
||||
, xvfb-run
|
||||
, gnugrep
|
||||
, nixosTests
|
||||
, dedicatedServer ? false
|
||||
}:
|
||||
|
||||
@ -191,6 +192,7 @@ let
|
||||
{
|
||||
# Allow both a "dedicated" passthru and a passthru for all the options other than the latest version, which this is.
|
||||
dedicated = mkArmagetron fn true;
|
||||
tests.armagetronad = nixosTests.armagetronad;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user