summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2026-01-01Bump copyright yearsJonas Bernoulli
2025-11-30Rename test fileJonas Bernoulli
Name it "<package>-tests.el" like for all my other test files.
2025-11-30make: Add test-interactive targetJonas Bernoulli
2025-11-30make: Improve test targetJonas Bernoulli
2025-11-30make: Add new EMACS_Q_ARG variableJonas Bernoulli
It defaults to "-Q" but users can instead use "-q", which is useful if "site-start.el" contains essential settings. Also add `EMACS_BATCH' and `EMACS_ORG', and rework use of related variables.
2025-11-30make: Duplicate %.elc targetJonas Bernoulli
Do so to keep "default.mk" and "lisp/Makefile" in sync with the respective files from other packages.
2025-05-16Add testsJonas Bernoulli