#!/bin/sh
set -e

echo "@@@ Running upstream tests (root not required) @@@"

echo "## libcap2 tests ##"
/usr/lib/libcap2/tests/cap_test

echo "## libpsx tests ##"
/usr/lib/libcap2/tests/psx_test
/usr/lib/libcap2/tests/libcap_psx_test
