Commit 1c195eda authored by Elias Pipping's avatar Elias Pipping
Browse files

Tests: Call load-all-patches on LispWorks

parent 4d5bedca
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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"))