ta0kira / zeolite

Zeolite is a statically-typed, general-purpose programming language.
Apache License 2.0
18 stars 0 forks source link

Add a time limit for test execution in case of infinite loops or deadlocks. #141

Closed ta0kira closed 3 years ago

ta0kira commented 3 years ago

The simplest solution would be to call alarm (POSIX) in the test main, possibly configurable in the testcase.