diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2022-04-29 18:28:42 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2022-04-29 18:28:42 +0200 |
| commit | 819345caa6dccb983e496682a78829074f777011 (patch) | |
| tree | e389b2b227bb033bf1b69b2cdd9bafc948c9bbfb /tests | |
| parent | 11ceb3973d0b788c73f42bd08c3c4334cd93a91c (diff) | |
Disable i18n test for *nix for now.
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 5c2918e30..2e1e4f78d 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 download_test_assets: $(PYTHON) download_assets.py |