Mercurial > cortex
changeset 323:5c398b65d01b
going to start thesis.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Thu, 14 Jun 2012 00:52:40 -0500 |
parents | b6e2b65f43e4 |
children | ff1957cc4660 |
files | org/test.org org/touch.org |
diffstat | 2 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
1.1 --- a/org/test.org Fri May 11 02:48:56 2012 -0500 1.2 +++ b/org/test.org Thu Jun 14 00:52:40 2012 -0500 1.3 @@ -80,8 +80,11 @@ 1.4 (defn run-suite 1.5 "Run the entire test-suite." 1.6 [] 1.7 + (load-bullet) 1.8 (println-repl "\n ****************\n") 1.9 - (dorun (map run-test test-suite))) 1.10 + (dorun (map run-test test-suite)) 1.11 + (println "all tests complete.")) 1.12 + 1.13 1.14 #+end_src 1.15
2.1 --- a/org/touch.org Fri May 11 02:48:56 2012 -0500 2.2 +++ b/org/touch.org Thu Jun 14 00:52:40 2012 -0500 2.3 @@ -632,7 +632,6 @@ 2.4 ffmpeg -r 30 -i blender-intro/%07d.png -b:v 9000k -c:v libtheora touch-cube.ogg 2.5 #+end_src 2.6 2.7 - 2.8 * Adding Touch to the Worm 2.9 2.10 #+name: test-touch-2 2.11 @@ -725,7 +724,6 @@ 2.12 ffmpeg -r 60 -i out/%07d.png -b:v 9000k -c:v libtheora worm-touch.ogg 2.13 #+end_src 2.14 2.15 - 2.16 * Headers 2.17 2.18 #+name: touch-header