comparison 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
comparison
equal deleted inserted replaced
322:b6e2b65f43e4 323:5c398b65d01b
78 78
79 79
80 (defn run-suite 80 (defn run-suite
81 "Run the entire test-suite." 81 "Run the entire test-suite."
82 [] 82 []
83 (load-bullet)
83 (println-repl "\n ****************\n") 84 (println-repl "\n ****************\n")
84 (dorun (map run-test test-suite))) 85 (dorun (map run-test test-suite))
86 (println "all tests complete."))
87
85 88
86 #+end_src 89 #+end_src
87 90
88 #+results: body-main 91 #+results: body-main
89 : #'cortex.test/run-suite 92 : #'cortex.test/run-suite