Skip to content
Snippets Groups Projects
Commit 689f3b69 authored by Elias Pipping's avatar Elias Pipping
Browse files

Tests: Clasp: Treat .script files as common lisp

parent 1b73b7d8
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,10 @@ Some constraints:
(proclaim '(optimize (speed #-gcl 2 #+gcl 1) (safety #-gcl 3 #+gcl 0) #-(or allegro gcl genera) (debug 3)
#+(or cmucl scl) (c::brevity 2) #+(or cmucl scl) (ext:inhibit-warnings 3)))
#+clasp
(unless (assoc "script" core:*load-hooks* :test #'equal)
(push (cons "script" 'core:load-source) core:*load-hooks*))
(defparameter *trace-symbols*
`(;; If you want to trace some stuff while debugging ASDF,
;; here's a nice place to say what.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment