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

Don't look for lisp-invocation in ../xcvb/ but in its own ../lisp-invocation/

since it has been spun off as its own library.
NB: if you don't have it installed,
you're not actually testing program-op in test-program.script.
parent a14d333c
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
(list *asdf-directory* ;; be sure that *OUR* asdf is first of any possible ASDF
*uiop-directory*
;; try finding xcvb's lisp-invocation right next to asdf.
(subpathname *asdf-directory* "../xcvb/")))
(subpathname *asdf-directory* "../lisp-invocation/")))
(unless (find-system :lisp-invocation nil)
;; try harder by enabling the user's source-registry
(initialize-source-registry ""))
......
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