Made unit tests all part of the same test suite (thanks to Anton Vodonosov for the...
[parenscript.git] / t / test-package.lisp
blob1a8df79474cc1f023d9807e704c8bcee85853c6e
1 (in-package #:cl)
2 (named-readtables:in-readtable :parenscript)
4 (defpackage #:ps-test
5 (:use #:cl #:parenscript #:eos)
6 (:export #:parenscript-tests #:run-tests #:interface-function #:test-js-eval #:jsarray))
8 (defpackage #:ps-eval-tests
9 (:use #:cl #:eos #:parenscript #:ps-test))