#!/bin/bash

# Run the included testsuite in rpmlint source tree

set -e

cd $(dirname $0)/../..
RPMLINT_BIN=/usr/bin/rpmlint ./test.sh

exit $?
