Merge branch 'master' of git://factorcode.org/git/factor

db4
Slava Pestov 2009-08-27 20:30:08 -05:00
commit 3f493bce1a
1 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,9 @@ IN: tools.deploy.test
] with-directory ;
: small-enough? ( n -- ? )
[ "test.image" temp-file file-info size>> ] [ cell 4 / * ] bi* <= ;
[ "test.image" temp-file file-info size>> ]
[ cell 4 / * cpu ppc? [ 100000 + ] when ] bi*
<= ;
: run-temp-image ( -- )
os macosx?