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
b6a4b15b
Commit
b6a4b15b
authored
Feb 01, 2013
by
Francois-Rene Rideau
Browse files
Add a test for previous failure.
parent
dbfdf37a
Changes
2
Hide whitespace changes
Inline
Side-by-side
test/asdf-pathname-test.script
View file @
b6a4b15b
...
...
@@ -401,6 +401,9 @@
#-gcl
(assert-pathname-equal (resolve-location '("/foo" "bar" :**/ "baz" #p"*.*") :ensure-directory nil :wilden t) #p"/foo/bar/**/baz/*.*")
(assert (directory-pathname-p (system-source-directory (find-system :test-asdf/test-source-directory-1))))
(assert (directory-pathname-p (system-source-directory (find-system :test-asdf/test-source-directory-2))))
(or (test-component-pathnames :delete-host t :support-string-pathnames nil)
(leave-test "test failed" 1)))
...
...
test/test-asdf.asd
View file @
b6a4b15b
...
...
@@ -16,3 +16,9 @@
(
defsystem
:test-asdf/test9-3
:depends-on
((
:version
:test-asdf/test9-2
"1.0"
)))
(
defsystem
:test-asdf/test-source-directory-1
:pathname
"some/relative/pathname/"
)
(
defsystem
:test-asdf/test-source-directory-2
:pathname
"some/relative/pathname/with-file.type"
)
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