diff options
Diffstat (limited to 'test/lisp/custom-tests.el')
-rw-r--r-- | test/lisp/custom-tests.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/lisp/custom-tests.el b/test/lisp/custom-tests.el index cabbf861f14..d94527b558f 100644 --- a/test/lisp/custom-tests.el +++ b/test/lisp/custom-tests.el @@ -147,4 +147,9 @@ (widget-apply field :value-to-internal origvalue) "bar")))))) +(ert-deftest check-for-wrong-custom-types () + :tags '(:expensive-test) + (load (concat installation-directory "admin/cus-test.el")) + (should (null (cus-test-opts t)))) + ;;; custom-tests.el ends here |