diff options
Diffstat (limited to '')
-rwxr-xr-x | debian/tests/unit-tests | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/tests/unit-tests b/debian/tests/unit-tests new file mode 100755 index 0000000..392d5d5 --- /dev/null +++ b/debian/tests/unit-tests @@ -0,0 +1,6 @@ +#!/bin/sh +# run upstream unit tests +set -e + +export ARTIFACT_DIRECTORY=$AUTOPKGTEST_ARTIFACTS +test/run-unit-tests.py |