summaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2013-03-06 13:42:15 +0800
committerGeoff Levand <geoff@infradead.org>2013-03-06 06:06:36 -0800
commitbf40f5fbd759241d1505c985fa02441cd6febd64 (patch)
tree30971d65cdbd70c9df43fbec6eb80464b1d17737 /test/Makefile.am
parent56c142e5406160a58ee345e3e0433eb998ee046e (diff)
downloadtalos-petitboot-bf40f5fbd759241d1505c985fa02441cd6febd64.tar.gz
talos-petitboot-bf40f5fbd759241d1505c985fa02441cd6febd64.zip
test: Add URL parser test infrastructure
This change adds some simple testing infrastrcture to the URL parser. We use a small C binary (parse-url) to run the url parser on its argument, and compare the output with an expected datafile. An initial test is included, to check the behaviour of URLs with multiple slashes between host and pathname. This test currently fails. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Geoff Levand <geoff@infradead.org>
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 3798a87..21971a6 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -12,7 +12,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-SUBDIRS = parser
+SUBDIRS = parser urls
noinst_SCRIPTS = hotplug-device.sh
OpenPOWER on IntegriCloud