aboutsummaryrefslogtreecommitdiffstats
path: root/gulrak-filesystem/.ci/unix-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gulrak-filesystem/.ci/unix-test.sh')
-rwxr-xr-xgulrak-filesystem/.ci/unix-test.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/gulrak-filesystem/.ci/unix-test.sh b/gulrak-filesystem/.ci/unix-test.sh
new file mode 100755
index 0000000..23b511f
--- /dev/null
+++ b/gulrak-filesystem/.ci/unix-test.sh
@@ -0,0 +1,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