We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac5252 commit 4018c36Copy full SHA for 4018c36
scripts/test.sh
@@ -0,0 +1,11 @@
1
+#!/bin/sh
2
+set -e
3
+
4
+# Navigate to the project root directory
5
+cd "$(git rev-parse --show-toplevel)"
6
7
+# Navigate to the build directory
8
+cd build
9
10
+# Run tests
11
+ctest --output-on-failure
0 commit comments