summaryrefslogtreecommitdiff
path: root/render-test
diff options
context:
space:
mode:
authorJuha Alanen <juha.alanen@mapbox.com>2020-02-12 15:50:39 +0200
committerJuha Alanen <juha.alanen@mapbox.com>2020-02-18 16:10:23 +0200
commita5ec862a2a241885918d4d843bbc93c3804a57e6 (patch)
tree14f3e91140b0a29a687d2932911060aba41aca0f /render-test
parenta551f70c6da8973f23e10cf19b630376553ab699 (diff)
downloadqtlocation-mapboxgl-a5ec862a2a241885918d4d843bbc93c3804a57e6.tar.gz
[test-runner] Share common code between test runners
Also remove some unnecessary files.
Diffstat (limited to 'render-test')
-rw-r--r--render-test/ios/main.m9
1 files changed, 0 insertions, 9 deletions
diff --git a/render-test/ios/main.m b/render-test/ios/main.m
deleted file mode 100644
index f813c8fea9..0000000000
--- a/render-test/ios/main.m
+++ /dev/null
@@ -1,9 +0,0 @@
-#import <UIKit/UIKit.h>
-#import "AppDelegate.h"
-
-int main(int argc, char * argv[])
-{
- @autoreleasepool {
- return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
- }
-}