#!/bin/sh
# autopkgtest check: Build and run a program against glib, to verify that the
# headers and pkg-config file are installed correctly
# Author: Kun-Hung Tsai (蔡昆宏) <moonape1226@gmail.com>

set -e

echo "run: Test"

echo "allow all" > /etc/usbauth.conf
usbauth init

echo "run: Successful"
exit 0
