emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/proof-general ce0f2f3 5/6: fix(dist-tests): `make dist-tes


From: ELPA Syncer
Subject: [nongnu] elpa/proof-general ce0f2f3 5/6: fix(dist-tests): `make dist-tests` also runs `make tests check-doc-magic`
Date: Sun, 12 Sep 2021 15:57:40 -0400 (EDT)

branch: elpa/proof-general
commit ce0f2f3041098e4a59ec37d5eb6bbe790ee6a751
Author: Erik Martin-Dorel <erik.martin-dorel@irit.fr>
Commit: Erik Martin-Dorel <erik.martin-dorel@irit.fr>

    fix(dist-tests): `make dist-tests` also runs `make tests check-doc-magic`
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 891d2a6..4db14a0 100644
--- a/Makefile
+++ b/Makefile
@@ -130,8 +130,8 @@ tests:
 ##
 ## dist-tests : run all regression tests
 ##
-.PHONY: dist-tests check-doc-magic
-dist-tests:
+.PHONY: dist-tests
+dist-tests: tests check-doc-magic
        +$(MAKE) -C ci/simple-tests all
        +$(MAKE) -C ci/compile-tests test
        +$(MAKE) -C ci/test-indent



reply via email to

[Prev in Thread] Current Thread [Next in Thread]