#!/bin/sh

set -e

TEST_FILES=$(find t -name \*\.t|grep -v remote-files.t|sort)
#echo ${TEST_FILES}

dh_auto_test -- test_files="${TEST_FILES}"
