silbinarywolf/gml-go

test: Update closed source game and example/worm to utilize TestMain so tests can run headed

silbinarywolf opened this issue · 1 comments

Why?
Tests run concurrently / with go routines, which causes OpenGL to crash when using the test suite. So I need to figure out how to force everything onto the main thread.

Related:
hajimehoshi/ebiten#937

Done in branch