commit 1e90e24122888a701e75645070238b2e8fc27eae parent aba84dd82eee119c941aaa5b77985c89c08f8e07 Author: Georges Dupéron <jahvascriptmaniac+github@free.fr> Date: Wed, 22 Dec 2010 11:01:42 +0100 Ajout de test.lisp : (load "test") charge main.lisp et lance les tests. Diffstat:
| A | lisp/test.lisp | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/lisp/test.lisp b/lisp/test.lisp @@ -0,0 +1,2 @@ +(load "main") +(run-tests) +\ No newline at end of file