aboutsummaryrefslogtreecommitdiff
path: root/tests/glgetattachedshaders.c
diff options
context:
space:
mode:
authorToadKing <toadking@toadking.com>2013-07-23 18:29:27 -0400
committerToadKing <toadking@toadking.com>2013-07-23 18:29:27 -0400
commit8989e1205f8fb2128a2fa141a32d1ac245791e07 (patch)
treeb2ddbce57b50015d1c80bf97567c6aecd26f7b18 /tests/glgetattachedshaders.c
parent63dec7db76330cae0208186eae3c8432b649d85f (diff)
update test
Diffstat (limited to 'tests/glgetattachedshaders.c')
-rw-r--r--tests/glgetattachedshaders.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/glgetattachedshaders.c b/tests/glgetattachedshaders.c
index b4cf3989..303e0f92 100644
--- a/tests/glgetattachedshaders.c
+++ b/tests/glgetattachedshaders.c
@@ -86,7 +86,8 @@ int main(int argc, char *argv[])
die("unknown shader returned");
}
- printf("test passed\n");
+ int result = 1;
+ REPORT_RESULT();
return 0;
}