; Here we make sure that we can include assert-check. (in-package "ACL2") ; Portcullis command: ; (include-book "eval") (must-fail (include-book "assert-check")) ; Check that inclusion of assert-check did not make it to the end. (must-fail (make-event '(value-triple (assert-check-end 3))))