From 6aa9bd0f77dcb5128167fae62e32aa5252fe85c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Mon, 2 Dec 2013 00:55:24 +0100 Subject: Renew the updater branch Now with some actual consensus on what the updater will do! --- mmc_updater/src/tests/new_app.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mmc_updater/src/tests/new_app.cpp (limited to 'mmc_updater/src/tests/new_app.cpp') diff --git a/mmc_updater/src/tests/new_app.cpp b/mmc_updater/src/tests/new_app.cpp new file mode 100644 index 00000000..7fad1380 --- /dev/null +++ b/mmc_updater/src/tests/new_app.cpp @@ -0,0 +1,8 @@ +#include + +int main(int,char**) +{ + std::cout << "new app starting" << std::endl; + return 0; +} + -- cgit v1.2.3