diff options
author | Ivo van Dongen <info@ivovandongen.nl> | 2016-06-29 17:15:15 +0200 |
---|---|---|
committer | Ivo van Dongen <info@ivovandongen.nl> | 2016-07-07 10:08:44 +0200 |
commit | ad7c5f7c1c92b674ea5e83bcddd1e612f1095b0f (patch) | |
tree | 72d7224de2b9ce7842fe2d3a5e460b561d3f30d2 | |
parent | b82fb010002a275b038b37cc13dfcbc814ba5137 (diff) | |
download | qtlocation-mapboxgl-ad7c5f7c1c92b674ea5e83bcddd1e612f1095b0f.tar.gz |
[android] #5456 - Added async_task and timer tests back in - Won't run properly
-rw-r--r-- | test/test.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test.gypi b/test/test.gypi index a33090af0e..ed08b48427 100644 --- a/test/test.gypi +++ b/test/test.gypi @@ -133,6 +133,8 @@ 'sources/': [ ['exclude', 'util/.*(hpp|cpp)$'], ['include', 'util/run_loop.cpp'], + ['include', 'util/async_task.cpp'], + ['include', 'util/timer.cpp'], ['exclude', 'api/.*(hpp|cpp)$'], ['exclude', 'gl/object.cpp'], ['exclude', 'map/.*(hpp|cpp)$'], |