aboutsummaryrefslogtreecommitdiff
path: root/tests/ECMQMLModules/main.c
diff options
context:
space:
mode:
authorAleix Pol <aleixpol@kde.org>2017-08-10 01:53:11 +0200
committerAleix Pol <aleixpol@kde.org>2017-08-10 01:53:28 +0200
commit0cb818ef83d82fba9850bde8da0b017e072c4869 (patch)
tree8d77d8bcf2261776ce270dddfa07d291fe8699a5 /tests/ECMQMLModules/main.c
parentef01c93637e1840ee701673970a371c011e36a40 (diff)
downloadextra-cmake-modules-0cb818ef83d82fba9850bde8da0b017e072c4869.tar.gz
extra-cmake-modules-0cb818ef83d82fba9850bde8da0b017e072c4869.tar.bz2
Forgot to add the test
Diffstat (limited to 'tests/ECMQMLModules/main.c')
-rw-r--r--tests/ECMQMLModules/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ECMQMLModules/main.c b/tests/ECMQMLModules/main.c
new file mode 100644
index 00000000..c13815ce
--- /dev/null
+++ b/tests/ECMQMLModules/main.c
@@ -0,0 +1,4 @@
+int main()
+{
+ return 0;
+}