From 5a283e5b2b523d53e3504292c386b534dc74386a Mon Sep 17 00:00:00 2001 From: Pixel Date: Fri, 7 Oct 2011 09:27:04 -0700 Subject: Preliminary work for the Task manager. Added libcoro submodule. Also refactored some pieces of code. --- tests/test-Tasks.cc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/test-Tasks.cc (limited to 'tests') diff --git a/tests/test-Tasks.cc b/tests/test-Tasks.cc new file mode 100644 index 0000000..bb7c795 --- /dev/null +++ b/tests/test-Tasks.cc @@ -0,0 +1,13 @@ +#include +#include +#include + +BALAU_STARTUP; + +using namespace Balau; + +int Application::startup() throw (Balau::GeneralException) { + Printer::log(M_STATUS, "Test::Tasks running."); + Printer::log(M_STATUS, "Test::Tasks passed."); + return 0; +} -- cgit v1.2.3