mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Temporarily disable Windows-specific test runner
I do not have a Windows machine to test the refactored test runner, and I am unsure if it would even run correctly on Windows without this disabled.
This commit is contained in:
@@ -2,6 +2,12 @@
|
|||||||
//+build windows
|
//+build windows
|
||||||
package testing
|
package testing
|
||||||
|
|
||||||
|
run_internal_test :: proc(t: ^T, it: Internal_Test) {
|
||||||
|
it.p(t)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Temporarily disabled during multi-threaded test runner refactor.
|
||||||
|
/*
|
||||||
import win32 "core:sys/windows"
|
import win32 "core:sys/windows"
|
||||||
import "base:runtime"
|
import "base:runtime"
|
||||||
import "base:intrinsics"
|
import "base:intrinsics"
|
||||||
@@ -233,3 +239,4 @@ run_internal_test :: proc(t: ^T, it: Internal_Test) {
|
|||||||
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user