diff options
author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-15 23:24:58 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-18 11:41:26 +0200 |
commit | abd832ea8110988b15191c0ed79456737e86ce44 (patch) | |
tree | dda4943e04c85ffe58efe9fc6e7e39ce20d7cadb | |
parent | 4447563e79bb32bbda14641733049fe544392917 (diff) |
init.lisp: Add basic compiler tests.
-rw-r--r-- | init.lisp | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -18,6 +18,10 @@ (in-package #:common-lisp) +(%fset 'test (compile '(sys::%lambda args))) +(ns-log (test)) +(%fset 'test (compile '(sys::%lambda args args))) + (load "util.lisp") (load "defun-0.lisp") (load "list-functions.lisp") |