From d99d30b332e5af7e978bfdb537b525c9bd4564b4 Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Tue, 26 Jun 2012 15:00:19 +0000 Subject: [Author: dmaclach] Add Quaternions to our list of things the GTMSenTestCase can handle. R=fvaucher DELTA=3 (3 added, 0 deleted, 0 changed) --- UnitTesting/GTMSenTestCase.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'UnitTesting/GTMSenTestCase.h') 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. -- cgit v1.2.3