diff options
| author | Andre Weissflog <floooh@gmail.com> | 2022-11-19 22:54:15 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2022-11-19 22:54:15 +0100 |
| commit | fdedb3c0f132d45d0347b7b315fd91d024b176f0 (patch) | |
| tree | 6616873ff778aa44b1858851ac12e21453aaa4af /tests/test_linux.sh | |
| parent | f596061f71a3df372bbb801cfa35bedb8c7dbf96 (diff) | |
move cmake files back into tests subdirectory
Diffstat (limited to 'tests/test_linux.sh')
| -rwxr-xr-x | tests/test_linux.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_linux.sh b/tests/test_linux.sh index d0ec4d0c..ae35e8d7 100755 --- a/tests/test_linux.sh +++ b/tests/test_linux.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash set -e -source tests/test_common.sh +source test_common.sh build linux_gl_debug linux_gl_debug build linux_gl_release linux_gl_release build linux_gles3_debug linux_gles3_debug |