Files
home/.pyenv/test/run
2025-10-08 10:35:48 +02:00

10 lines
126 B
Bash
Executable File

#!/usr/bin/env bash
set -e
if [ -n "$PYENV_NATIVE_EXT" ]; then
src/configure
make -C src
fi
exec bats ${CI:+--tap} test