mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 22:58:46 +00:00
Fix test label.
This commit is contained in:
@@ -117,6 +117,7 @@ import table "core:text/table"
|
|||||||
import edit "core:text/edit"
|
import edit "core:text/edit"
|
||||||
import thread "core:thread"
|
import thread "core:thread"
|
||||||
import time "core:time"
|
import time "core:time"
|
||||||
|
import datetime "core:time/datetime"
|
||||||
|
|
||||||
import sysinfo "core:sys/info"
|
import sysinfo "core:sys/info"
|
||||||
|
|
||||||
@@ -225,6 +226,7 @@ _ :: table
|
|||||||
_ :: edit
|
_ :: edit
|
||||||
_ :: thread
|
_ :: thread
|
||||||
_ :: time
|
_ :: time
|
||||||
|
_ :: datetime
|
||||||
_ :: sysinfo
|
_ :: sysinfo
|
||||||
_ :: unicode
|
_ :: unicode
|
||||||
_ :: utf8
|
_ :: utf8
|
||||||
|
|||||||
@@ -102,6 +102,6 @@ echo ---
|
|||||||
%PATH_TO_ODIN% run runtime %COMMON% %COLLECTION% -out:test_core_runtime.exe || exit /b
|
%PATH_TO_ODIN% run runtime %COMMON% %COLLECTION% -out:test_core_runtime.exe || exit /b
|
||||||
|
|
||||||
echo ---
|
echo ---
|
||||||
echo Running core:runtime tests
|
echo Running core:time tests
|
||||||
echo ---
|
echo ---
|
||||||
%PATH_TO_ODIN% run time %COMMON% %COLLECTION% -out:test_core_time.exe || exit /b
|
%PATH_TO_ODIN% run time %COMMON% %COLLECTION% -out:test_core_time.exe || exit /b
|
||||||
Reference in New Issue
Block a user