From 70b0286547754f96e2a21257c5677f037db88d8d Mon Sep 17 00:00:00 2001 From: Ivo van Dongen Date: Wed, 29 Jun 2016 14:44:19 +0200 Subject: [PATCH] [android] #5456 - re-enabled math tests --- test/test.gypi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/test.gypi b/test/test.gypi index 93f4b4c70ae..fdd063b15c2 100644 --- a/test/test.gypi +++ b/test/test.gypi @@ -133,10 +133,9 @@ 'sources/': [ ['exclude', 'util/.*(hpp|cpp)$'], ['exclude', 'api/.*(hpp|cpp)$'], - ['exclude', '^geometry/.*(hpp|cpp)$'], + ['exclude', 'geometry/.*(hpp|cpp)$'], ['exclude', 'gl/object.cpp'], ['exclude', 'map/.*(hpp|cpp)$'], - ['exclude', 'math/.*(hpp|cpp)$'], ['exclude', 'text/.*(hpp|cpp)$'], ['exclude', 'tile/.*(hpp|cpp)$'], ['exclude', 'storage/.*(hpp|cpp)$'],