aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2022-08-10 18:45:43 +0200
committerAndre Weissflog <floooh@gmail.com>2022-08-10 18:45:43 +0200
commit4dfdad6558967ff73c6c94de188f6229b20aacab (patch)
tree8d21ce6dca4b638bc0789e143af9aa27436a45d2 /tests
parent83e958d99e5249e179238de5e2cccd18787db62a (diff)
add a tests/analyze_linux.sh script
Diffstat (limited to 'tests')
-rwxr-xr-xtests/analyze_linux.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/analyze_linux.sh b/tests/analyze_linux.sh
new file mode 100755
index 00000000..35b408f4
--- /dev/null
+++ b/tests/analyze_linux.sh
@@ -0,0 +1,6 @@
+#!/usr/bin/env bash
+set -e
+source test_common.sh
+prepare
+
+analyze linux_gl_analyze SOKOL_GLCORE33 Debug \ No newline at end of file