summaryrefslogtreecommitdiff
path: root/cpp/tests/python_tests
blob: 3f22082f51b3eb12d8ff69f9574edb5cbb2d615c (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
# Run the python tests.
if test -d ../../python ;  then
    cd ../../python && ./run-tests -v -I cpp_failing.txt
else
    echo Warning: python tests not found.
fi