Skip to content

Commit

Permalink
Enable core:fmt tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelimion committed May 10, 2024
1 parent aebb5a5 commit 2250eb3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 3 additions & 2 deletions tests/core/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ all: c_libc_test \
strings_test \
thread_test \
runtime_test \
time_test
time_test \
fmt_test

download_test_assets:
$(PYTHON) download_assets.py
Expand Down Expand Up @@ -100,4 +101,4 @@ runtime_test:
$(ODIN) run runtime $(COMMON) -out:test_core_runtime

time_test:
$(ODIN) run time $(COMMON) -out:test_core_time
$(ODIN) run time $(COMMON) -out:test_core_time
7 changes: 6 additions & 1 deletion tests/core/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,9 @@ echo ---
echo ---
echo Running core:time tests
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

echo ---
echo Running core:fmt tests
echo ---
%PATH_TO_ODIN% run fmt %COMMON% %COLLECTION% -out:test_core_fmt.exe || exit /b

0 comments on commit 2250eb3

Please sign in to comment.