Make the core:testing runner on windows run in a separate thread to handle crashes in more safe manner

This commit is contained in:
gingerBill
2021-05-01 22:54:27 +01:00
parent 2dbdff07c5
commit 52d38ae42b
5 changed files with 208 additions and 7 deletions
+7
View File
@@ -0,0 +1,7 @@
//+private
//+build !windows
package testing
run_internal_test :: proc(t: ^T, it: Internal_Test) {
it.p(t);
}