aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2022-01-02 13:54:54 +0000
committerOmar Polo <op@omarpolo.com>2022-01-02 13:54:54 +0000
commit8e7e7cacf22fe8845326623eb8e44e70e07c0455 (patch)
treedf9802c992553c38a88279a79cfe1cb938e2c341 /Makefile
parente19f21f5a65dab4520d10f600df86ec36e80ec22 (diff)
fix regress when TESTS is more than one word
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 89f75f6..081565c 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ cleanall: clean
${MAKE} -C regress clean
regress: gmid
- ${MAKE} TESTS=${TESTS} -C regress all
+ ${MAKE} 'TESTS=${TESTS}' -C regress all
install: gmid
mkdir -p ${DESTDIR}${BINDIR}