pwndbg/tests.sh

7 lines
108 B
Bash
Executable File

#!/usr/bin/env bash
# Run integration tests
(cd tests && python3 tests.py $@)
exit_code=$?
exit $exit_code