summaryrefslogtreecommitdiff
path: root/run-tests.sh
diff options
context:
space:
mode:
authorOlivier Gayot <olivier.gayot@sigexec.com>2020-05-12 21:00:33 +0200
committerOlivier Gayot <olivier.gayot@sigexec.com>2020-05-12 21:26:21 +0200
commit620c674f2b7e734fc9cd010daac2a7417d839f87 (patch)
tree6e9e809d65576b87f2c5d52f0aa61cc5143eedca /run-tests.sh
parentfdc092990d5e3b9a28e7b646047a877e2cd88dcc (diff)
Add script to run the unit tests
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-xrun-tests.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/run-tests.sh b/run-tests.sh
new file mode 100755
index 0000000..f6db76f
--- /dev/null
+++ b/run-tests.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+PYTHONPATH="$PWD" pytest tests/