summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-15 23:24:58 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-18 11:41:26 +0200
commitabd832ea8110988b15191c0ed79456737e86ce44 (patch)
treedda4943e04c85ffe58efe9fc6e7e39ce20d7cadb
parent4447563e79bb32bbda14641733049fe544392917 (diff)
init.lisp: Add basic compiler tests.
-rw-r--r--init.lisp4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.lisp b/init.lisp
index 71a4211..6799826 100644
--- a/init.lisp
+++ b/init.lisp
@@ -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")