diff --git a/test/src/callproc-tests.el b/test/src/callproc-tests.el index 39d2014488a..bf7d47b27f1 100644 --- a/test/src/callproc-tests.el +++ b/test/src/callproc-tests.el @@ -17,6 +17,11 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs. If not, see . + +;;; Commentary: +;; +;; Unit tests for src/callproc.c. + ;;; Code: (require 'ert) @@ -60,3 +65,5 @@ (call-process "c:/nul.exe") (error :got-error)))) (should have-called-debugger))) + +;;; callproc-tests.el ends here