about summary refs log tree commit diff
path: root/lib/tests/systems.nix
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-04-25 17:28:02 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2019-04-25 17:28:02 -0400
commited5c731b21b00c0ae621f65d867978efaeea3ac3 (patch)
tree9dd9cfe2f73d3465c542d529d45c9dc671aff88f /lib/tests/systems.nix
parentdba65df0349cf251084a5182c60da58a6a73cc5a (diff)
tests/systems: fix tests
Diffstat (limited to 'lib/tests/systems.nix')
-rw-r--r--lib/tests/systems.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tests/systems.nix b/lib/tests/systems.nix
index 5e12936582159..161e3e7d07ac6 100644
--- a/lib/tests/systems.nix
+++ b/lib/tests/systems.nix
@@ -12,7 +12,7 @@ let
     expected = lib.sort lib.lessThan y;
   };
 in with lib.systems.doubles; lib.runTests {
-  testall = mseteq all (linux ++ darwin ++ freebsd ++ openbsd ++ netbsd ++ illumos ++ windows);
+  testall = mseteq all (linux ++ darwin ++ freebsd ++ openbsd ++ netbsd ++ illumos ++ wasi ++ windows);
 
   testarm = mseteq arm [ "armv5tel-linux" "armv6l-linux" "armv7l-linux" ];
   testi686 = mseteq i686 [ "i686-linux" "i686-freebsd" "i686-netbsd" "i686-openbsd" "i686-cygwin" "i686-windows" ];