comparison org/test.org @ 388:4c37d39a3cf6

removed dependency on swank, which had silently bit rotted. Restored functionality of mege-import-jme3.
author Robert McIntyre <rlm@mit.edu>
date Thu, 06 Jun 2013 10:09:37 -0400
parents 5c398b65d01b
children
comparison
equal deleted inserted replaced
387:13059eb62899 388:4c37d39a3cf6
16 vision 16 vision
17 hearing 17 hearing
18 touch 18 touch
19 proprioception 19 proprioception
20 movement 20 movement
21 integration])
21 22
22 ])
23 (:import com.jme3.app.state.AppState 23 (:import com.jme3.app.state.AppState
24 com.jme3.system.AppSettings) 24 com.jme3.system.AppSettings)
25 (:import (com.jme3.math Triangle Vector3f Vector2f Ray Matrix4f))) 25 (:import (com.jme3.math Triangle Vector3f Vector2f Ray Matrix4f)))
26 26
27 (defn run-world 27 (defn run-world
71 #'cortex.test.touch/test-worm-touch 71 #'cortex.test.touch/test-worm-touch
72 72
73 #'cortex.test.proprioception/test-proprioception 73 #'cortex.test.proprioception/test-proprioception
74 74
75 #'cortex.test.movement/test-worm-movement 75 #'cortex.test.movement/test-worm-movement
76
77 #'cortex.test.integration/test-integration
76 ]) 78 ])
77 79
78 80
79 81
80 (defn run-suite 82 (defn run-suite