aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2022-09-22 01:01:40 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2022-09-22 01:01:40 +0200
commitb7abacfa7ef6bbeb9434673b62f47a136ba34737 (patch)
tree5001d40cd7fb6800b6dc916a1aad4334a5ca9f6b /tests
parent3383e9c556f2223983f765b643d6d1846203e6cd (diff)
Enable libc complex test.
Diffstat (limited to 'tests')
-rw-r--r--tests/core/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/core/Makefile b/tests/core/Makefile
index 5c2918e30..92f12cbe7 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
+ math_test linalg_glsl_math_test filepath_test reflect_test os_exit_test i18n_test c_libc_test
download_test_assets:
$(PYTHON) download_assets.py
@@ -47,4 +47,7 @@ os_exit_test:
$(ODIN) run os/test_core_os_exit.odin -file -out:test_core_os_exit && exit 1 || exit 0
i18n_test:
- $(ODIN) run text/i18n -out:test_core_i18n \ No newline at end of file
+ $(ODIN) run text/i18n -out:test_core_i18n
+
+c_libc_test:
+ $(ODIN) run c/libc -out:test_core_libc \ No newline at end of file