From 177e741ea073b0c4982f5317224284ba7394f94d Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Wed, 17 Feb 2010 00:33:08 +1300 Subject: [PATCH] tools.deploy: add deploy tests for gpu.demos.raytrace and gpu.demos.bunny --- basis/tools/deploy/deploy-tests.factor | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/basis/tools/deploy/deploy-tests.factor b/basis/tools/deploy/deploy-tests.factor index 987b4aa8a1..8e25afdcfe 100644 --- a/basis/tools/deploy/deploy-tests.factor +++ b/basis/tools/deploy/deploy-tests.factor @@ -24,8 +24,12 @@ IN: tools.deploy.tests [ ] [ "terrain" shake-and-bake 1700000 small-enough? ] unit-test +[ ] [ "gpu.demos.raytrace" shake-and-bake 2500000 small-enough? ] unit-test + [ ] [ "bunny" shake-and-bake 2500000 small-enough? ] unit-test +[ ] [ "gpu.demos.bunny" shake-and-bake 3500000 small-enough? ] unit-test + os macosx? [ [ ] [ "webkit-demo" shake-and-bake 500000 small-enough? ] unit-test ] when