summaryrefslogtreecommitdiffstats
path: root/app/config.tests/libhomescreen.cpp
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2016-12-18 12:05:31 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2016-12-18 12:05:31 +0000
commiteef33ace11e938cc0b8e3170ea0bd89292965a6d (patch)
tree0f7bf2e82485f4596572993293f854f418919c43 /app/config.tests/libhomescreen.cpp
parent4070906d15818ed8be754d810c3157761da189bb (diff)
parent9daba1c3bc1cb1ae68486a7aa34f734e54748403 (diff)
Merge "move MediaPlayer from CES2017"
Diffstat (limited to 'app/config.tests/libhomescreen.cpp')
-rw-r--r--app/config.tests/libhomescreen.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/config.tests/libhomescreen.cpp b/app/config.tests/libhomescreen.cpp
new file mode 100644
index 0000000..e0fd460
--- /dev/null
+++ b/app/config.tests/libhomescreen.cpp
@@ -0,0 +1,7 @@
+#include <libhomescreen.hpp>
+
+int main(int argc,char **argv)
+{
+ LibHomeScreen libHomeScreen;
+ return 0;
+}