diff options
Diffstat (limited to 'test/lisp/custom-tests.el')
-rw-r--r-- | test/lisp/custom-tests.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lisp/custom-tests.el b/test/lisp/custom-tests.el index 07f626fd65c..76661dc13b8 100644 --- a/test/lisp/custom-tests.el +++ b/test/lisp/custom-tests.el @@ -150,6 +150,8 @@ (defconst custom-test-admin-cus-test (expand-file-name "admin/cus-test.el" source-directory)) +(declare-function cus-test-opts custom-test-admin-cus-test) + (ert-deftest check-for-wrong-custom-types () :tags '(:expensive-test) (skip-unless (file-readable-p custom-test-admin-cus-test)) |