filesystem/.ci/unix-test.sh
2020-02-29 15:11:19 -08:00

7 lines
117 B
Bash
Executable File

#!/bin/sh
cd build
ctest -E Windows
if [ -f "test/std_filesystem_test" ]; then
test/std_filesystem_test || true
fi