diff --git a/core/testing/runner.odin b/core/testing/runner.odin index 97f17b199..a2e21235f 100644 --- a/core/testing/runner.odin +++ b/core/testing/runner.odin @@ -28,6 +28,7 @@ import "core:terminal" import "core:terminal/ansi" import "core:thread" import "core:time" +import "core:path/slashpath" // Specify how many threads to use when running tests. TEST_THREADS : int : #config(ODIN_TEST_THREADS, 0)