Files
mscclpp/python/test.sh
2023-04-03 23:39:06 +00:00

13 lines
131 B
Bash
Executable File

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