This commit removes some files that are no longer needed for testing
the package, such as the files in the ./test directory which are
already covered by Eask itself.
BREAKING CHANGE: test files no longer exists
Make uses the first target defined if one is not specified on the
command line. This makes the `compile' target the default one, which
seems more sensible than the `update'.
Signed-off-by: Justin Abrahms <justin@abrah.ms>
This makes possible to use a different emacs executable to run the
tests.
$ make
# use system' emacs
...
$ make EMACS=/path/to/emacs
# use the provided emacs executable
...
Signed-off-by: Justin Abrahms <justin@abrah.ms>
Drop the checkdoc-batch library in favour of a simpler approach:
run checkdoc on all *.el files in the repo, bailing out on the first
encountered error.
While here, don't call checkdoc on eval.
Signed-off-by: Justin Abrahms <justin@abrah.ms>