Mercurial > cortex
comparison org/test.org @ 66:1381a6ebd08b
updated org files to work with latest org changes
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Wed, 07 Dec 2011 12:16:48 -0600 |
parents | 25142dad240a |
children | 6f74d89fb8b3 |
comparison
equal
deleted
inserted
replaced
65:4b5f00110d8c | 66:1381a6ebd08b |
---|---|
1 #+title: The BODY!!! | 1 #+title: Test Suite |
2 #+author: Robert McIntyre | 2 #+author: Robert McIntyre |
3 #+email: rlm@mit.edu | 3 #+email: rlm@mit.edu |
4 #+description: Simulating a body (movement, touch, propioception) in jMonkeyEngine3. | 4 #+description: Simulating a body (movement, touch, propioception) in jMonkeyEngine3. |
5 #+SETUPFILE: ../../aurellem/org/setup.org | 5 #+SETUPFILE: ../../aurellem/org/setup.org |
6 #+INCLUDE: ../../aurellem/org/level-0.org | 6 #+INCLUDE: ../../aurellem/org/level-0.org |
7 | 7 |
8 * Body | 8 * Tests |
9 | 9 |
10 #+srcname: body-main | 10 #+name: body-main |
11 #+begin_src clojure | 11 #+begin_src clojure |
12 (ns test.all | 12 (ns test.all |
13 (:require [test touch vision]) | 13 (:require [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)) |