Skip to content
Snippets Groups Projects
Commit 2470b40d authored by pfdietz's avatar pfdietz
Browse files

Added a patch requested by sds so clisp can be tested on Windows.

parent 9094a0b5
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,12 @@
;;; with arbitrary legal garbage.
;; (pushnew :ansi-tests-strict-initial-element *features*)
#+:(and clisp win32) ; w2k exits on (disassemble 'car)
(without-package-lock ("SYS")
(defun sys::disassemble-machine-code (a b c)
(format t "~&<~S ~S ~S>~%" a b c)))
(load "gclload1.lsp")
(load "gclload2.lsp")
(in-package :cl-test)
(regression-test:do-tests)
(time (regression-test:do-tests))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment