Files
mscclpp/python/test.sh
Crutcher Dunnavant 659a88a767 remove env hook
2023-04-04 18:31:08 +00:00

13 lines
112 B
Bash
Executable File

#!/bin/bash
set -ex
if ! [ -d build ] ; then
./setup.sh
fi
cmake --build build
cd build
pytest -s mscclpp