aboutsummaryrefslogtreecommitdiff
path: root/UnitTesting/GTMSenTestCase.h
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2012-06-26 15:00:19 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2012-06-26 15:00:19 +0000
commitd99d30b332e5af7e978bfdb537b525c9bd4564b4 (patch)
tree018f33b98a73e9b05dbc7c851fddaaa5a23c1855 /UnitTesting/GTMSenTestCase.h
parent594639b7884d3f9af6a76344f7b7b0625ef71df2 (diff)
[Author: dmaclach]
Add Quaternions to our list of things the GTMSenTestCase can handle. R=fvaucher DELTA=3 (3 added, 0 deleted, 0 changed)
Diffstat (limited to 'UnitTesting/GTMSenTestCase.h')
-rw-r--r--UnitTesting/GTMSenTestCase.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/UnitTesting/GTMSenTestCase.h b/UnitTesting/GTMSenTestCase.h
index a19445d..9884543 100644
--- a/UnitTesting/GTMSenTestCase.h
+++ b/UnitTesting/GTMSenTestCase.h
@@ -524,6 +524,9 @@ do { \
#define STAssertEqualGLKMatrices(a1, a2, accuracy, description, ...) \
STInternalAssertEqualGLKVectorsOrMatrices(a1, a2, accuracy, description, ##__VA_ARGS__)
+#define STAssertEqualGLKQuaternions(a1, a2, accuracy, description, ...) \
+ STInternalAssertEqualGLKVectorsOrMatrices(a1, a2, accuracy, description, ##__VA_ARGS__)
+
#if GTM_IPHONE_SDK && !GTM_IPHONE_USE_SENTEST
// When not using the Xcode provided version, define everything ourselves.