Mercurial > cortex
comparison org/test.org @ 68:6cd5a034d855
moved test namespaces
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 09 Dec 2011 21:33:05 -0600 |
parents | 6f74d89fb8b3 |
children | 39e4e1542e4a |
comparison
equal
deleted
inserted
replaced
67:6f74d89fb8b3 | 68:6cd5a034d855 |
---|---|
7 | 7 |
8 * Tests | 8 * Tests |
9 | 9 |
10 #+name: body-main | 10 #+name: body-main |
11 #+begin_src clojure | 11 #+begin_src clojure |
12 (ns test.all | 12 (ns cortex.test |
13 (:require [test touch vision]) | 13 (:require [cortex.test touch vision]) |
14 (:import com.jme3.app.state.AppState | 14 (:import com.jme3.app.state.AppState |
15 com.jme3.system.AppSettings)) | 15 com.jme3.system.AppSettings)) |
16 | 16 |
17 (defn run-world | 17 (defn run-world |
18 "run the simulation and wait until it closes proprely" | 18 "run the simulation and wait until it closes proprely" |
66 (.setShowSettings false) | 66 (.setShowSettings false) |
67 (.setPauseOnLostFocus false)))) | 67 (.setPauseOnLostFocus false)))) |
68 #+end_src | 68 #+end_src |
69 | 69 |
70 * COMMENT generate Source. | 70 * COMMENT generate Source. |
71 #+begin_src clojure :tangle ../src/test/all.clj | 71 #+begin_src clojure :tangle ../src/cortex/test.clj |
72 <<body-main>> | 72 <<body-main>> |
73 #+end_src | 73 #+end_src |
74 | 74 |
75 | 75 |