aboutsummaryrefslogtreecommitdiffstats
path: root/gulrak-filesystem/.ci/unix-test.sh
blob: 23b511fc28a4294bf0aabd90d5cc20be736c187d (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh
cd build
echo "Tests run as user: $USER"
ctest -E Windows
if [ -f "test/std_filesystem_test" ]; then
  test/std_filesystem_test || true
fi