Changeset 342 for branches/f4grobner
- Timestamp:
- 2015-06-06T12:13:36-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/utils-tests.lisp
r315 r342 26 26 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 27 27 28 (load "~/quicklisp/setup") 28 ;; We assume that QuickLisp package manager is installed. 29 ;; See : 30 ;; https://www.quicklisp.org/beta/ 31 ;; 32 33 ;; The following is unnecessary after running: 34 ;; * (ql:add-to-init-file) 35 ;; at lisp prompt: 36 ;;(load "~/quicklisp/setup") 37 29 38 (ql:quickload :fiveam) 30 39
Note:
See TracChangeset
for help on using the changeset viewer.