mirror of
https://git.mirrors.martin98.com/https://github.com/gulrak/filesystem
synced 2025-06-04 11:13:58 +08:00
7 lines
117 B
Bash
Executable File
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
|