summaryrefslogtreecommitdiffstats
path: root/app/config.tests/libhomescreen/libhomescreen.cpp
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2017-02-28 18:47:07 -0500
committerScott Murray <scott.murray@konsulko.com>2017-03-01 00:08:18 +0000
commitdb047b4eb444d02937eaae06833a8c65ce85c974 (patch)
tree0015543ecbc93d5c7e760eff0f09efcf19cccc37 /app/config.tests/libhomescreen/libhomescreen.cpp
parent924f0de39b8be10f29470e6b4ba2c8d0de28c38b (diff)
Update a couple of files to latest Chinook changes from CES2017 repo, and move the homescreen library tests to where they are in all the other app repositories. Change-Id: Ib626897bea3504f6e2fc1ab0ff38953b62ff4268 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'app/config.tests/libhomescreen/libhomescreen.cpp')
-rw-r--r--app/config.tests/libhomescreen/libhomescreen.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/config.tests/libhomescreen/libhomescreen.cpp b/app/config.tests/libhomescreen/libhomescreen.cpp
new file mode 100644
index 0000000..e0fd460
--- /dev/null
+++ b/app/config.tests/libhomescreen/libhomescreen.cpp
@@ -0,0 +1,7 @@
+#include <libhomescreen.hpp>
+
+int main(int argc,char **argv)
+{
+ LibHomeScreen libHomeScreen;
+ return 0;
+}