]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tools/deploy/deploy-tests.factor
Merge to upstream
[factor.git] / basis / tools / deploy / deploy-tests.factor
index f76ad7a5573d285bc224a2477d3ec2a92c57eca9..4f470af20227d8b4d71b6875b25c4856a6f5c9f2 100644 (file)
@@ -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