Changeset 12337 for trunk/abcl/test/lisp/cl-bench/wrapper.lisp
- Timestamp:
- 01/05/10 22:27:13 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/test/lisp/cl-bench/wrapper.lisp
r12335 r12337 13 13 (component-pathname (find-system :abcl)))) 14 14 15 ;;; cl-bench defines BENCH-GC and WITH-SPAWNED-THREAD in 16 ;;; '*cl-bench-directory*/sysdep/setup-ablisp.lisp'. 17 (defun cl-bench::bench-gc () (ext:gc)) 18 (defmacro cl-bench::with-spawned-thread (&body body) 19 `(progn ,@body)) 20 15 21 (defun run () 16 22 (unless (probe-file *cl-bench-directory*) 17 (format t "Failed to find the cl-bench test suite in '~A'. ~ 18 Please manually download and extract the cl-bench tool suite from ~A to run the tests." 19 *cl-bench-directory* 20 *cl-bench-master-source-location*)) 23 (error "Failed to find the cl-bench test suite in '~A'.~% 24 Please manually download and extract the cl-bench tool suite~% 25 from ~A to run the tests." 26 *cl-bench-directory* 27 *cl-bench-master-source-location*)) 21 28 (let ((*default-pathname-defaults* *cl-bench-directory*)) 22 29 (if (find :unix *features*)
Note: See TracChangeset
for help on using the changeset viewer.