Changeset 15482
- Timestamp:
- 11/11/20 17:58:11 (3 years ago)
- Location:
- trunk/abcl
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/abcl-prove.asd
r15385 r15482 1 ;;; -*- Mode: LISP; Syntax: COMMON-LISP -*- 1 2 (defsystem :abcl-prove 2 3 :version "1.8.0" … … 22 23 (:test-file "read-suppress") 23 24 (:test-file "run-program") 24 (:test-file "url-stream"))))) 25 (:test-file "url-stream") 26 (:test-file "without-use-cl"))))) 27 25 28 26 29
Note: See TracChangeset
for help on using the changeset viewer.