浏览代码

Disable i18n test for *nix for now.

Jeroen van Rijn 3 年之前
父节点
当前提交
819345caa6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/core/Makefile

+ 1 - 1
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