]> gitweb.factorcode.org Git - factor.git/commitdiff
tools.deploy: add deploy tests for gpu.demos.raytrace and gpu.demos.bunny
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Tue, 16 Feb 2010 11:33:08 +0000 (00:33 +1300)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Tue, 16 Feb 2010 11:33:08 +0000 (00:33 +1300)
basis/tools/deploy/deploy-tests.factor

index 987b4aa8a1bcdc05b198070ad5cbf2f6cdc072a5..8e25afdcfebaaf7373eb6c22bd7d75c8140a6dba 100644 (file)
@@ -24,8 +24,12 @@ IN: tools.deploy.tests
 \r
 [ ] [ "terrain" shake-and-bake 1700000 small-enough? ] unit-test\r
 \r
+[ ] [ "gpu.demos.raytrace" shake-and-bake 2500000 small-enough? ] unit-test\r
+\r
 [ ] [ "bunny" shake-and-bake 2500000 small-enough? ] unit-test\r
 \r
+[ ] [ "gpu.demos.bunny" shake-and-bake 3500000 small-enough? ] unit-test\r
+\r
 os macosx? [\r
     [ ] [ "webkit-demo" shake-and-bake 500000 small-enough? ] unit-test\r
 ] when\r