aboutsummaryrefslogtreecommitdiff
path: root/tests/core/Makefile
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2023-01-01 13:10:49 +0000
committerGitHub <noreply@github.com>2023-01-01 13:10:49 +0000
commitc1384afe2fd705ce075277aa8dc6bc259dc94cdc (patch)
treeeac021b897fe6525a076264d5545aac6c96cfbb5 /tests/core/Makefile
parent00823ca88c870d49186dbcaa21c54384c0b9364f (diff)
parent547c7bce1b28757415c553830a18d94636cedbf8 (diff)
Merge branch 'master' into compiler-improvements-2022-12
Diffstat (limited to 'tests/core/Makefile')
-rw-r--r--tests/core/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/core/Makefile b/tests/core/Makefile
index 92f12cbe7..478d6ae2c 100644
--- a/tests/core/Makefile
+++ b/tests/core/Makefile
@@ -2,7 +2,7 @@ ODIN=../../odin
PYTHON=$(shell which python3)
all: download_test_assets image_test compress_test strings_test hash_test crypto_test noise_test encoding_test \
- math_test linalg_glsl_math_test filepath_test reflect_test os_exit_test i18n_test c_libc_test
+ math_test linalg_glsl_math_test filepath_test reflect_test os_exit_test i18n_test match_test c_libc_test
download_test_assets:
$(PYTHON) download_assets.py
@@ -49,5 +49,8 @@ os_exit_test:
i18n_test:
$(ODIN) run text/i18n -out:test_core_i18n
+match_test:
+ $(ODIN) run text/match -out:test_core_match
+
c_libc_test:
- $(ODIN) run c/libc -out:test_core_libc \ No newline at end of file
+ $(ODIN) run c/libc -out:test_core_libc