about summary refs log tree commit diff
path: root/lib/tests/systems.nix
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-01-19 16:39:30 +0000
committerAlyssa Ross <hi@alyssa.is>2023-01-19 17:43:41 +0000
commit48f3fd2d49c59c1bc46d5a83ff353e25aecbf4be (patch)
treea87d7a4d6dc304ba8fffce4a7660c11b1f28e6cc /lib/tests/systems.nix
parentf46ee73ba6851e458dedc78e3f0fe2c6eb099697 (diff)
lib.platforms.armv7: init
Diffstat (limited to 'lib/tests/systems.nix')
-rw-r--r--lib/tests/systems.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tests/systems.nix b/lib/tests/systems.nix
index 27c5ff565ca04..e793cdd3ffd01 100644
--- a/lib/tests/systems.nix
+++ b/lib/tests/systems.nix
@@ -16,6 +16,7 @@ with lib.systems.doubles; lib.runTests {
   testall = mseteq all (linux ++ darwin ++ freebsd ++ openbsd ++ netbsd ++ illumos ++ wasi ++ windows ++ embedded ++ mmix ++ js ++ genode ++ redox);
 
   testarm = mseteq arm [ "armv5tel-linux" "armv6l-linux" "armv6l-netbsd" "armv6l-none" "armv7a-linux" "armv7a-netbsd" "armv7l-linux" "armv7l-netbsd" "arm-none" "armv7a-darwin" ];
+  testarmv7 = mseteq armv7 [ "armv7a-darwin" "armv7a-linux" "armv7l-linux" "armv7a-netbsd" "armv7l-netbsd" ];
   testi686 = mseteq i686 [ "i686-linux" "i686-freebsd13" "i686-genode" "i686-netbsd" "i686-openbsd" "i686-cygwin" "i686-windows" "i686-none" "i686-darwin" ];
   testmips = mseteq mips [ "mips64el-linux" "mipsel-linux" "mipsel-netbsd" ];
   testmmix = mseteq mmix [ "mmix-mmixware" ];