add failing test for runtime arena edge case

This commit is contained in:
Laytan Laats
2023-12-18 14:40:49 +01:00
parent 67d02043fe
commit 6024af172c
3 changed files with 71 additions and 1 deletions
+5 -1
View File
@@ -20,7 +20,8 @@ all: c_libc_test \
reflect_test \
slice_test \
strings_test \
thread_test
thread_test \
runtime_test
download_test_assets:
$(PYTHON) download_assets.py
@@ -84,3 +85,6 @@ fmt_test:
thread_test:
$(ODIN) run thread -out:test_core_thread
runtime_test:
$(ODIN) run runtime -out:test_core_runtime