Loading test/test-make-build.script +2 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,8 @@ (DBG "build sample-system. Should load from sample-system/") (setf *central-registry* (list (subpathname *test-directory* "sample-system/"))) #+lispworks (lispworks:load-all-patches) (make-build 'sample-system :type :program :monolithic t #+ecl :epilogue-code #+ecl '(println "blue sky")) Loading
test/test-make-build.script +2 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,8 @@ (DBG "build sample-system. Should load from sample-system/") (setf *central-registry* (list (subpathname *test-directory* "sample-system/"))) #+lispworks (lispworks:load-all-patches) (make-build 'sample-system :type :program :monolithic t #+ecl :epilogue-code #+ecl '(println "blue sky"))