summaryrefslogtreecommitdiffhomepage
path: root/test/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/main.cpp')
-rw-r--r--test/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/main.cpp b/test/main.cpp
index d190c27b..06a2e64d 100644
--- a/test/main.cpp
+++ b/test/main.cpp
@@ -25,6 +25,7 @@ int app::exec()
{
bool ret = true;
ret &= test_json();
+ ret &= test_tile_iter();
return !ret;
}