summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2021-12-26 21:59:41 +0000
committerAdrian Thurston <thurston@colm.net>2021-12-26 21:59:41 +0000
commitaa89fc87131ae7b0b138dd18d13c9238edb1e18e (patch)
tree1ca73784ee3ab8649f86b95fb777a06409b59f0e
parent5c753b030ab6b9435755d0fb538c0a6cca37923c (diff)
downloadragel-aa89fc87131ae7b0b138dd18d13c9238edb1e18e.tar.gz
added Makefile to runtests dependencies
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index d70e20ae..719a4b0c 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -10,5 +10,5 @@ subject.mk: subject.mk.in Makefile
subject.sh: subject.sh.in Makefile
@$(top_srcdir)/sedsubst $< $@ -w,+x $(SED_SUBST)
-runtests: runtests.sh
+runtests: runtests.sh Makefile
@$(top_srcdir)/sedsubst $< $@ -w,+x $(SED_SUBST)