Changeset 14792 for trunk/abcl/test/lisp/ansi/abcl-ansi.lisp
- Timestamp:
- 08/31/15 20:55:20 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/test/lisp/ansi/abcl-ansi.lisp
r14249 r14792 2 2 3 3 (defparameter *ansi-tests-master-source-location* 4 "< svn://common-lisp.net/project/ansi-test/svn/trunk/ansi-tests>")4 "<git+https://gitlab.common-lisp.net/ansi-test/ansi-test.git>") 5 5 6 6 (defparameter *ansi-tests-directory* 7 (if (find :asdf2 *features*) 8 (asdf:system-relative-pathname :ansi-compiled "../ansi-tests/") 9 (merge-pathnames #p"../ansi-tests/" 10 (asdf:component-pathname 11 (asdf:find-system :ansi-compiled))))) 7 (asdf:system-relative-pathname :ansi-compiled "../ansi-test/")) 12 8 13 9 (defun run (&key (compile-tests nil))
Note: See TracChangeset
for help on using the changeset viewer.