Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
ca06ce49
Commit
ca06ce49
authored
Sep 01, 2014
by
Francois-Rene Rideau
Browse files
Add a test case for lp#1362875 (tested to break on 3.1.2).
parent
6475d548
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test-bundle.script
View file @
ca06ce49
...
...
@@ -54,6 +54,10 @@
(progn
#+ecl (trace c::builder)
(require 'sockets) ;; Test the pre-compiled system feature
;; Test that we didn't break require for non-asdf modules
(progn
(pop #+ecl ext:*module-provider-functions* #+mkcl mkext:*module-provider-functions*)
(require 'serve-event))
(operate 'dll-op :test-asdf/dll-test)
(let ((dll (first (output-files 'dll-op :test-asdf/dll-test))))
(si:load-foreign-module dll)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment