]> git.uio.no Git - u/mrichter/AliRoot.git/blob - SHUTTLE/DCSClient/macros/TestServer.C
major update (Alberto)
[u/mrichter/AliRoot.git] / SHUTTLE / DCSClient / macros / TestServer.C
1 void TestServer(Int_t port) {
2
3         gSystem->Load("libSHUTTLE");
4         
5         gSystem->Load("libTest");
6
7         AliLog::EnableDebug(kTRUE);
8         AliLog::SetGlobalDebugLevel(1);
9
10         TestServer server(port);
11
12         server.Run(1000, 200);  
13 }