summary refs log tree commit diff
path: root/lib/tests/systems.nix
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2019-11-25 14:09:50 +0000
committerJohn Ericson <John.Ericson@Obsidian.Systems>2019-11-25 14:09:50 +0000
commit765d2608b694e425743b8030570ea8c99e167558 (patch)
tree9b5f78c947a39fe41effe33d5bb36e6a3a574c9b /lib/tests/systems.nix
parentea9a2c5ec21bf088bbdef036238fa67cdc85b073 (diff)
downloadnixpkgs-765d2608b694e425743b8030570ea8c99e167558.tar
nixpkgs-765d2608b694e425743b8030570ea8c99e167558.tar.gz
nixpkgs-765d2608b694e425743b8030570ea8c99e167558.tar.bz2
nixpkgs-765d2608b694e425743b8030570ea8c99e167558.tar.lz
nixpkgs-765d2608b694e425743b8030570ea8c99e167558.tar.xz
nixpkgs-765d2608b694e425743b8030570ea8c99e167558.tar.zst
nixpkgs-765d2608b694e425743b8030570ea8c99e167558.zip
Fix lib tests
js-ghcjs didn't fit in an existing categor.
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 818749442f9..6f52912994d 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 ++ wasi ++ windows ++ embedded);
+  testall = mseteq all (linux ++ darwin ++ freebsd ++ openbsd ++ netbsd ++ illumos ++ wasi ++ windows ++ embedded ++ js);
 
   testarm = mseteq arm [ "armv5tel-linux" "armv6l-linux" "armv7a-linux" "armv7l-linux" "arm-none" "armv7a-darwin" ];
   testi686 = mseteq i686 [ "i686-linux" "i686-freebsd" "i686-netbsd" "i686-openbsd" "i686-cygwin" "i686-windows" "i686-none" "i686-darwin" ];