File: test-package.lisp

package info (click to toggle)
parenscript 1%3A20061003-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 380 kB
  • ctags: 312
  • sloc: lisp: 2,976; python: 350; makefile: 37; sh: 36
file content (7 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
(in-package :cl-user)

(defpackage :js-test
  (:use :common-lisp :js :5am)
  (:shadowing-import-from :js :!)
  (:export #:run-tests
           #:make-reference-tests-dot-lisp))