summaryrefslogtreecommitdiffstats
path: root/test/urls
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2013-04-10 12:13:35 +1000
committerGeoff Levand <geoff@infradead.org>2013-04-10 10:49:49 -0700
commit3e2c3846b8a1385907a39728f13a3662ef4047db (patch)
treeb660a10f8dbe405a6a16c59ea596d9d0795277a8 /test/urls
parent37428306a270088bfcb1f94362a0fe5b7a5a888e (diff)
downloadtalos-petitboot-3e2c3846b8a1385907a39728f13a3662ef4047db.tar.gz
talos-petitboot-3e2c3846b8a1385907a39728f13a3662ef4047db.zip
test/urls: Fix distcheck breakages
We need a couple of extra automake variables to get `make distcheck` working. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Geoff Levand <geoff@infradead.org>
Diffstat (limited to 'test/urls')
-rw-r--r--test/urls/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/urls/Makefile.am b/test/urls/Makefile.am
index 9bb9569..850c58f 100644
--- a/test/urls/Makefile.am
+++ b/test/urls/Makefile.am
@@ -45,8 +45,12 @@ edit = sed \
-e 's|@abs_builddir\@|$(abs_builddir)|g' \
-e 's|@prefix\@|$(prefix)|g'
+EXTRA_DIST = $(TESTS) run-url-test.in
+
run-url-test: Makefile $(srcdir)/run-url-test.in
rm -f $@ $@.tmp
$(edit) $(srcdir)/$@.in >$@.tmp
chmod +x $@.tmp
mv $@.tmp $@
+
+CLEANFILES = run-url-test
OpenPOWER on IntegriCloud