Skip to content
Snippets Groups Projects
Commit 720e92f2 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Test loading of a precompiled system on ECL.

parent 9d112382
No related branches found
No related tags found
No related merge requests found
...@@ -53,6 +53,7 @@ ...@@ -53,6 +53,7 @@
;;; Test dll-op and monolithic-dll-op on ECL. ;;; Test dll-op and monolithic-dll-op on ECL.
#+ecl #+ecl
(progn (progn
(require 'sockets) ;; Test the pre-compiled system feature
(operate 'dll-op :test-asdf/dll-test) (operate 'dll-op :test-asdf/dll-test)
(si:load-foreign-module (first (output-files 'dll-op :test-asdf/dll-test))) (si:load-foreign-module (first (output-files 'dll-op :test-asdf/dll-test)))
(operate 'load-op :test-asdf/dll-user) (operate 'load-op :test-asdf/dll-user)
......
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