Port testing\core\time

This commit is contained in:
Jeroen van Rijn
2024-06-02 14:47:09 -04:00
committed by Feoramund
parent a406ff7063
commit 5b1ffba915
3 changed files with 94 additions and 80 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ thread_test:
$(ODIN) run thread $(COMMON) -out:test_core_thread
time_test:
$(ODIN) run time $(COMMON) -out:test_core_time
$(ODIN) test time $(COMMON) -out:test_core_time
clean:
rm test_*