mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-18 17:01:01 -08:00
test provide
This commit is contained in:
parent
a2ed435e3a
commit
809bd5aa34
2 changed files with 7 additions and 2 deletions
|
|
@ -365,4 +365,6 @@
|
|||
(?< 1)
|
||||
(?> 2))))
|
||||
|
||||
(provide 'comp-test-funcs)
|
||||
|
||||
;;; comp-test-funcs.el ends here
|
||||
|
|
|
|||
|
|
@ -36,8 +36,11 @@
|
|||
"comp-test-funcs.el"))
|
||||
|
||||
(message "Compiling %s" comp-test-src)
|
||||
(native-compile comp-test-src)
|
||||
(load (concat comp-test-src "n"))
|
||||
(load (native-compile comp-test-src))
|
||||
|
||||
(ert-deftest comp-tests-provide ()
|
||||
"Testing top level provide."
|
||||
(should (featurep 'comp-test-funcs)))
|
||||
|
||||
(ert-deftest comp-tests-varref ()
|
||||
"Testing varref."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue