File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,9 @@ test: $(PGLOADER)
167
167
save : ./src/save.lisp $(LISP_SRC )
168
168
sbcl --no-userinit --load ./src/save.lisp
169
169
170
+ check-saved : save
171
+ $(MAKE ) PGLOADER=$(realpath $(PGLOADER ) ) CL=$(CL ) -C test regress
172
+
170
173
clean-bundle :
171
174
rm -rf $(BUNDLEDIR )
172
175
rm -rf $(BUNDLETESTD ) /$(BUNDLENAME ) /*
Original file line number Diff line number Diff line change 12
12
when unset."
13
13
(or (sb-ext :posix-getenv name) default))
14
14
15
+ ; ; So that we can #+pgloader-image some code away, see main.lisp
16
+ (push :pgloader-image *features* )
17
+
18
+ ; ;;
19
+ ; ;; We need to support *print-circle* for the debug traces of the catalogs,
20
+ ; ;; and while at it let's enforce *print-pretty* too.
21
+ ; ;;
22
+ (setf *print-circle* t *print-pretty* t )
23
+
24
+
15
25
(require :asdf ) ; should work in SBCL and CCL
16
26
17
27
(defvar *quicklisp.lisp* " http://beta.quicklisp.org/quicklisp.lisp" )
You can’t perform that action at this time.
0 commit comments