aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile
AgeCommit message (Collapse)Author
2025-11-30make: Improve test targetsJonas 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 rename `BATCH' to `EMACS_BATCH', add `EMACS_ORG' and `EMACS_INTR', and rework use of related variables.
2025-05-16magit-log-refresh: Avoid wrapping magit-log-infix-argumentsJonas Bernoulli
If we wrap an included group that leads to surprising coordinates when addressing groups/suffixes in the menu.
2023-03-13test: Compile magit-tests.elJonas Bernoulli
2022-03-29make: Rename EMACSBIN variable to EMACSJonas Bernoulli
I've been doing that for a long time for many of my other packages and nobody reported an issue, but if someone is trying to build magit by running make in a terminal running inside emacs and that uses bash 4.3 or older, then that would fail now. On the other hand more people likely try "EMACS=emacs-26.1 make" and then wonder why that doesn't work. (The new variable for indicating to a shell that it is running inside emacs is INSIDE_EMACS.)
2021-12-16Rename t/ to test/Jonas Bernoulli