summaryrefslogtreecommitdiff
path: root/src/tests/evas/evas_test_matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/evas/evas_test_matrix.c')
-rw-r--r--src/tests/evas/evas_test_matrix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/evas/evas_test_matrix.c b/src/tests/evas/evas_test_matrix.c
index e8fb89185d..0f0fb2e4bc 100644
--- a/src/tests/evas/evas_test_matrix.c
+++ b/src/tests/evas/evas_test_matrix.c
@@ -13,7 +13,7 @@
#include "evas_suite.h"
#include "evas_tests_helpers.h"
-START_TEST(evas_matrix)
+EFL_START_TEST(evas_matrix)
{
Eina_Vector3 position;
Eina_Quaternion orientation;
@@ -33,7 +33,7 @@ START_TEST(evas_matrix)
fail_if((mat.xx - 0.99 < DBL_EPSILON) || (mat.xy - 0.0 < DBL_EPSILON) ||
(mat.yx -0.0 < DBL_EPSILON) || (mat.yy -0.49 < DBL_EPSILON));
}
-END_TEST
+EFL_END_TEST
void evas_test_matrix(TCase *tc)
{