From 92c8d42bb7f6d50c7a700ef3d78f96e058272ee5 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sun, 15 Aug 2010 22:24:28 -0700 Subject: [PATCH] mason.child: remove PPC unit tests --- extra/mason/child/child-tests.factor | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/extra/mason/child/child-tests.factor b/extra/mason/child/child-tests.factor index 1018a1ec40..140288585f 100644 --- a/extra/mason/child/child-tests.factor +++ b/extra/mason/child/child-tests.factor @@ -17,22 +17,6 @@ USING: mason.child mason.config tools.test namespaces io kernel sequences ; ] with-scope ] unit-test -[ { "gmake" "netbsd-ppc" } ] [ - [ - "netbsd" target-os set - "ppc" target-cpu set - make-cmd - ] with-scope -] unit-test - -[ { "./factor" "-i=boot.macosx-ppc.image" "-no-user-init" } ] [ - [ - "macosx" target-os set - "ppc" target-cpu set - boot-cmd - ] with-scope -] unit-test - [ { "./factor.com" "-i=boot.winnt-x86.32.image" "-no-user-init" } ] [ [ "winnt" target-os set