aboutsummaryrefslogtreecommitdiff
path: root/tests/gles2_uniform_arrays.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gles2_uniform_arrays.cpp')
-rw-r--r--tests/gles2_uniform_arrays.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/gles2_uniform_arrays.cpp b/tests/gles2_uniform_arrays.cpp
index 7293f9a9..d1823b0b 100644
--- a/tests/gles2_uniform_arrays.cpp
+++ b/tests/gles2_uniform_arrays.cpp
@@ -126,5 +126,10 @@ int main(int argc, char *argv[])
for(int i = 0; i < 4; ++i)
RunTest(i);
+#ifdef REPORT_RESULT
+ int result = 1;
+ REPORT_RESULT();
+#endif
+
return 0;
}