Port tests\core\thread

This commit is contained in:
Jeroen van Rijn
2024-06-02 14:47:09 -04:00
committed by Feoramund
parent 5b1ffba915
commit dacb0f7786
5 changed files with 14 additions and 129 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
ODIN=../../odin
PYTHON=$(shell which python3)
COMMON=-no-bounds-check -vet -strict-style
COLLECTION=-collection:tests=..
all: all_bsd \
net_test
@@ -103,7 +102,7 @@ strings_test:
$(ODIN) test strings $(COMMON) -out:test_core_strings
thread_test:
$(ODIN) run thread $(COMMON) -out:test_core_thread
$(ODIN) test thread $(COMMON) -out:test_core_thread
time_test:
$(ODIN) test time $(COMMON) -out:test_core_time