tests/test-contrib-emacs.t
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 14 Nov 2019 08:03:26 -0800
changeset 43633 0b7733719d21
parent 41788 19979b8b87e2
child 45449 814c7430f828
permissions -rw-r--r--
utils: move finddirs() to pathutil This is a follow-up to c21aca51b392 (utils: move the `dirs` definition in pathutil (API), 2019-11-06). finddirs() is closely related to dirs and used by it. Differential Revision: https://phab.mercurial-scm.org/D7388

#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)