From 4cf176de0b8edfbb1c7c1c63d8e1a35eb20653b5 Mon Sep 17 00:00:00 2001 From: Laytan Laats Date: Fri, 1 Sep 2023 19:51:53 +0200 Subject: [PATCH] actually run the test --- tests/core/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/core/Makefile b/tests/core/Makefile index 81bcdeeb8..919262f85 100644 --- a/tests/core/Makefile +++ b/tests/core/Makefile @@ -2,7 +2,8 @@ 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 match_test c_libc_test net_test + math_test linalg_glsl_math_test filepath_test reflect_test os_exit_test i18n_test match_test c_libc_test net_test \ + fmt_test download_test_assets: $(PYTHON) download_assets.py