Files
mscclpp/python/test.sh
2023-03-24 22:18:51 +00:00

12 lines
100 B
Bash
Executable File

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