diff options
Diffstat (limited to 'admin/cus-test.el')
-rw-r--r-- | admin/cus-test.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/admin/cus-test.el b/admin/cus-test.el index afd5f4ceaec..30b5f655617 100644 --- a/admin/cus-test.el +++ b/admin/cus-test.el @@ -37,6 +37,13 @@ ;; ;; src/emacs -batch -l admin/cus-test.el -f cus-test-noloads ;; +;; or as a part of the test suite with +;; +;; make -C test test-custom-opts +;; make -C test test-custom-deps +;; make -C test test-custom-libs +;; make -C test test-custom-noloads +;; ;; in the emacs source directory. ;; ;; For interactive use: Load this file. Then |