Mercurial > cortex
diff org/test.org @ 323:5c398b65d01b
going to start thesis.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Thu, 14 Jun 2012 00:52:40 -0500 |
parents | 702b5c78c2de |
children | 4c37d39a3cf6 |
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