Skip to content
Snippets Groups Projects
Commit c138afd5 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Enable test-compile-file-failure on CLISP (works on 2.49 and later) and ECL w/o bytecodes.

parent c78363b1
No related branches found
No related tags found
No related merge requests found
(in-package :asdf)
(eval-when (:compile-toplevel :load-toplevel :execute)
;; CLISP 2.48 has a bug that makes this test fail.
;; CLISP 2.48 has a bug that makes this test fail. Hopefully, everyone uses 2.49 or better.
;; The ECL bytecode compiler also fails.
;; Work around:
#+(or clisp ecl)
#+(and ecl ecl_bytecodes)
(when (and (eq asdf:*compile-file-failure-behaviour* :error)
#+ecl (equal (compile-file-type) "fasc"))
(error 'compile-file-error :description "faking it"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment