]> gitweb.factorcode.org Git - factor.git/commitdiff
mason.test: on 32-bit only test core/basis.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 18 Jan 2023 04:36:16 +0000 (20:36 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 18 Jan 2023 04:36:16 +0000 (20:36 -0800)
extra/mason/test/test.factor

index 0863e802262c2ba984f1e3716a83cb411bd84078..1018e6e6a6c8f5678a5f60f597bc4f208bfa938b 100644 (file)
@@ -52,7 +52,13 @@ IN: mason.test
 
 : do-tests ( -- )
     forget-tests? on
-    test-all test-failures get
+    cpu x86.32? [
+        "resource:core" test-root
+        "resource:basis" test-root
+    ] [
+        test-all
+    ] if
+    test-failures get
     test-all-vocabs-file
     test-all-errors-file
     do-step ;