summaryrefslogtreecommitdiff
path: root/tests/test-Tasks.cc
blob: bb7c795c536131e37f609d78c04b93e839e15d22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <Main.h>
#include <Task.h>
#include <TaskMan.h>

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;
}