diff options
| author | Andre Weissflog <floooh@gmail.com> | 2022-11-19 21:42:40 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2022-11-19 21:42:40 +0100 |
| commit | 0ef8f8a46d6bbbfc0e8c320e83b6a5245da943ca (patch) | |
| tree | 9db72dce7ed8baf7f06439789e7f6ce32d31cff6 /tests | |
| parent | 56884e76a1503bcd83177f28d70a5aeb0f8a68a3 (diff) | |
test_linux.sh: remove prepare call
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/test_linux.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_linux.sh b/tests/test_linux.sh index b7b27137..e28fba66 100755 --- a/tests/test_linux.sh +++ b/tests/test_linux.sh @@ -1,7 +1,6 @@ #!/usr/bin/env bash set -e source tests/test_common.sh -prepare build linux_gl_debug linux_gl_debug build linux_gl_release linux_gl_release build linux_gles3_debug linux_gles3_debug |