summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGregory Heytings <gregory@heytings.org>2023-08-16 15:58:48 +0000
committerGregory Heytings <gregory@heytings.org>2023-08-16 16:06:40 +0000
commit1e2d0775151f144830dfb9e9f1cd460f1e480270 (patch)
tree068b4b0c2b71e8775f6934819237b3a7e31ead93 /Makefile.in
parentc287a0fdc7e3f70d819ef8efd1d7922b33df164c (diff)
downloademacs-1e2d0775151f144830dfb9e9f1cd460f1e480270.tar.gz
Add a target to byte-compile all tests without running them
* test/Makefile.in: Add a check-byte-compile target. * Makefile.in: Add the check-byte-compile target to CHECK_TARGETS.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index b47e88f6970..fdd9353e254 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1116,7 +1116,7 @@ TAGS tags: lib lib-src # src
$(MAKE) -C doc/lispref tags
$(MAKE) -C doc/misc tags
-CHECK_TARGETS = check check-maybe check-expensive check-all
+CHECK_TARGETS = check check-maybe check-expensive check-all check-byte-compile
.PHONY: $(CHECK_TARGETS)
$(CHECK_TARGETS): all
$(MAKE) -C test $@