move test files to t/ and modify parenscript-test.asd as well
[clinton/parenscript.git] / t / test-package.lisp
1 (in-package :cl-user)
2
3 (defpackage :js-test
4 (:use :common-lisp :js :5am)
5 (:shadowing-import-from :js :!)
6 (:export #:run-tests
7 #:make-reference-tests-dot-lisp))