polserver/testsuite/pol/scripts/start.src
turleypol e7bcb662f5
Testsystem performance (#565)
* add timing information per test function/script/pkg

* bypass script scheduler logic for our testsystem with a endlessloop
due to faster execution time the wait time between doubleclicks needs to
be disabled

* try to sync lift/drop tests
2023-11-16 07:52:02 +01:00

6 lines
129 B
Text

use os;
program start()
print("POL initialization complete.");
start_script("tests");
start_script("busyloop");
endprogram