user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
* [PATCH] Makefile.PL: add test scripts to syntax checks
@ 2019-06-14 17:26 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2019-06-14 17:26 UTC (permalink / raw)
  To: meta

I make syntax errors all the time :x
---
 Makefile.PL | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index 113f8c7..2382207 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -70,8 +70,8 @@ N = \$\$(( \$\$(nproc 2>/dev/null || gnproc 2>/dev/null || echo 2) + 1 ))
 -include config.mak
 -include Documentation/include.mk
 SCRIPTS := scripts/ssoma-replay
-syn_files := $PM_FILES \$(EXE_FILES) \$(SCRIPTS)
-my_syntax := \$(addsuffix .syntax, \$(syn_files))
+syn_files = $PM_FILES \$(EXE_FILES) \$(SCRIPTS) \$(wildcard t/*.t)
+my_syntax = \$(addsuffix .syntax, \$(syn_files))
 changed = \$(shell git ls-files -m)
 
 %.syntax ::
-- 
EW


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-06-14 17:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-14 17:26 [PATCH] Makefile.PL: add test scripts to syntax checks Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).