summaryrefslogtreecommitdiff
path: root/test/fixtures/main.cpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2016-02-18 12:41:09 +0100
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-03-22 11:56:01 -0700
commitdb5ac4785fdc02b4e233201bb3c6f55270e3c65d (patch)
tree0c730d62e471d211924c486e1eeadf5efb305eaf /test/fixtures/main.cpp
parent61920071cd221d0d0627e01893185f0f19b55a98 (diff)
downloadqtlocation-mapboxgl-db5ac4785fdc02b4e233201bb3c6f55270e3c65d.tar.gz
[test] rearrange test files so they're not in the fixtures folder
Diffstat (limited to 'test/fixtures/main.cpp')
-rw-r--r--test/fixtures/main.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/fixtures/main.cpp b/test/fixtures/main.cpp
deleted file mode 100644
index f7b2a6e92f..0000000000
--- a/test/fixtures/main.cpp
+++ /dev/null
@@ -1,6 +0,0 @@
-#include "util.hpp"
-
-GTEST_API_ int main(int argc, char *argv[]) {
- testing::InitGoogleTest(&argc, argv);
- return RUN_ALL_TESTS();
-}