tests/test-contrib-emacs.t
author Yuya Nishihara <yuya@tcha.org>
Sun, 22 Mar 2020 18:40:04 +0900
changeset 44594 0424a9134bcf
parent 41797 19979b8b87e2
child 45460 814c7430f828
permissions -rw-r--r--
osutil: move declaration to top of the scope Otherwise the build would fail with -Werror=declaration-after-statement.

#require emacs
  $ emacs -q -no-site-file -batch -l $TESTDIR/../contrib/hg-test-mode.el \
  >  -f ert-run-tests-batch-and-exit
  Running 1 tests (*) (glob)
     passed  1/1  hg-test-mode--compilation-mode-support
  
  Ran 1 tests, 1 results as expected (*) (glob)