#!/bin/sh

# Run the internal tests of libnftnl

set -e

cd tests
sh -e ./test-script.sh

exit $?
