diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2022-04-29 18:41:21 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2022-04-29 18:41:21 +0200 |
| commit | 9c9c2b483c93be2f6e78911d997229a4b543c66d (patch) | |
| tree | 559ff7682fa2c705e2a4bb343a9868982f4a7bf2 /tests | |
| parent | 819345caa6dccb983e496682a78829074f777011 (diff) | |
[i18n] Enable *nix tests again.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core/Makefile b/tests/core/Makefile index 2e1e4f78d..5c2918e30 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 + math_test linalg_glsl_math_test filepath_test reflect_test os_exit_test i18n_test download_test_assets: $(PYTHON) download_assets.py |