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/old_app.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 mmc_updater/src/tests/old_app.cpp (limited to 'mmc_updater/src/tests/old_app.cpp') diff --git a/mmc_updater/src/tests/old_app.cpp b/mmc_updater/src/tests/old_app.cpp new file mode 100644 index 00000000..476a3405 --- /dev/null +++ b/mmc_updater/src/tests/old_app.cpp @@ -0,0 +1,7 @@ +#include + +int main(int,char**) +{ + std::cout << "old app starting" << std::endl; + return 0; +} -- cgit v1.2.3