diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/run_tests.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh new file mode 100755 index 00000000..e36466f8 --- /dev/null +++ b/scripts/run_tests.sh @@ -0,0 +1,3 @@ +#!/bin/sh +cd common +python setup.py test |