diff options
Diffstat (limited to 'test/run.lisp')
-rw-r--r-- | test/run.lisp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/run.lisp b/test/run.lisp new file mode 100644 index 0000000..067bcff --- /dev/null +++ b/test/run.lisp @@ -0,0 +1,3 @@ +(ql:quickload "xfdf-test") +(asdf:test-system :xfdf-test) +(quit) |