# HG changeset patch # User Robert McIntyre # Date 1339653160 18000 # Node ID 5c398b65d01b90cb56f57d1161b6db4c82ce4201 # Parent b6e2b65f43e4a69e363e238df775c5d6905dca51 going to start thesis. diff -r b6e2b65f43e4 -r 5c398b65d01b org/test.org --- a/org/test.org Fri May 11 02:48:56 2012 -0500 +++ b/org/test.org Thu Jun 14 00:52:40 2012 -0500 @@ -80,8 +80,11 @@ (defn run-suite "Run the entire test-suite." [] + (load-bullet) (println-repl "\n ****************\n") - (dorun (map run-test test-suite))) + (dorun (map run-test test-suite)) + (println "all tests complete.")) + #+end_src diff -r b6e2b65f43e4 -r 5c398b65d01b org/touch.org --- a/org/touch.org Fri May 11 02:48:56 2012 -0500 +++ b/org/touch.org Thu Jun 14 00:52:40 2012 -0500 @@ -632,7 +632,6 @@ ffmpeg -r 30 -i blender-intro/%07d.png -b:v 9000k -c:v libtheora touch-cube.ogg #+end_src - * Adding Touch to the Worm #+name: test-touch-2 @@ -725,7 +724,6 @@ ffmpeg -r 60 -i out/%07d.png -b:v 9000k -c:v libtheora worm-touch.ogg #+end_src - * Headers #+name: touch-header