Function: make-ert-test-aborted-with-non-local-exit--cmacro
make-ert-test-aborted-with-non-local-exit--cmacro is a function
defined in ert.el.gz.
Signature
(make-ert-test-aborted-with-non-local-exit--cmacro CL-WHOLE &cl-quote &key MESSAGES SHOULD-FORMS ERTS-FILE-TESTS DURATION)
Documentation
compiler-macro for make-ert-test-aborted-with-non-local-exit.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/ert.el.gz
;; Could not find source code, showing raw function object.
#[(cl-whole &rest --cl-rest--)
((let*
((messages (car (cdr (plist-member --cl-rest-- ':messages))))
(should-forms
(car (cdr (plist-member --cl-rest-- ':should-forms))))
(erts-file-tests
(car (cdr (plist-member --cl-rest-- ':erts-file-tests))))
(duration
(car
(cdr (or (plist-member --cl-rest-- ':duration) '(nil 0))))))
(progn
(let ((--cl-keys-- --cl-rest--))
(while --cl-keys--
(cond
((memq (car --cl-keys--)
'(:messages :should-forms :erts-file-tests
:duration :allow-other-keys))
(unless (cdr --cl-keys--)
(error "Missing argument for %s" (car --cl-keys--)))
(setq --cl-keys-- (cdr (cdr --cl-keys--))))
((car (cdr (memq ':allow-other-keys --cl-rest--)))
(setq --cl-keys-- nil))
(t
(error
"Keyword argument %S not one of (:messages :should-forms :erts-file-tests :duration)"
(car --cl-keys--))))))
(cl-block make-ert-test-aborted-with-non-local-exit--cmacro
(cl--defsubst-expand
'(messages should-forms erts-file-tests duration)
'(cl-block make-ert-test-aborted-with-non-local-exit
(record 'ert-test-aborted-with-non-local-exit messages
should-forms erts-file-tests duration))
nil cl-whole nil messages should-forms erts-file-tests
duration)))))
(cl-struct-ert-test-aborted-with-non-local-exit-tags) nil
"compiler-macro for `make-ert-test-aborted-with-non-local-exit'.\n\n(fn CL-WHOLE &cl-quote &key MESSAGES SHOULD-FORMS ERTS-FILE-TESTS DURATION)"]