Add a test for udisks2

This commit is contained in:
Eelco Dolstra 2014-04-19 14:37:05 +02:00
parent fa9ed04997
commit 894e2dfb25
3 changed files with 58 additions and 0 deletions

View file

@ -245,6 +245,7 @@ in rec {
tests.simple = callTest tests/simple.nix {};
tests.tomcat = callTest tests/tomcat.nix {};
tests.udisks = callTest tests/udisks.nix {};
tests.udisks2 = callTest tests/udisks2.nix {};
tests.xfce = callTest tests/xfce.nix {};
}