Commit Graph

7 Commits

Author SHA1 Message Date
Lucien Cartier-Tilet d851c7de92
chore: switch to Eask for package testing
continuous-integration/drone/push Build is passing Details
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
2023-05-14 13:07:35 +02:00
Omar Polo b69e7418fd make compile the default target
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>
2021-08-18 21:37:39 -07:00
Omar Polo 900c15ca0b use ${EMACS} instead of `emacs'
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>
2021-08-17 09:51:35 -07:00
Omar Polo d680aacf9d improve `make lint'
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>
2021-08-17 09:51:28 -07:00
Justin Abrahms 8041774d3d Version debugging info 2021-08-13 15:15:50 +00:00
Justin Abrahms 86964652c4 Adding checkdoc analysis to ensure there aren't regressions. 2021-08-13 14:56:48 +00:00
Justin Abrahms c15d7a3c08 support for some basic tests 2020-11-25 09:16:45 -08:00