components/python/rfc3986/runtests.sh
author Mark Haywood <Mark.Haywood@Oracle.COM>
Wed, 18 Nov 2015 16:01:58 -0500
changeset 5105 4794ff32214d
parent 3998 5bd484384122
permissions -rw-r--r--
21653217 Integrate OpenvSwitch into Userland (fix audit)

#! /bin/sh

for test in \
    test_api \
    test_normalizers \
    test_unicode_support \
    test_uri \
    ; do
	${PYTHON} tests/${test}.py
done