alphapapa / makem.sh

Makefile-like script for linting and testing Emacs Lisp packages
GNU General Public License v3.0
163 stars 13 forks source link

Fix test_files_regexp to accept *-tests.el files #14

Closed stepnem closed 4 years ago

stepnem commented 4 years ago

The pluralized name is actually the standard in Emacs core, and very common in 3rd-party packages as well.

alphapapa commented 4 years ago

Thank you very much.