Port tests\core\text\match

This commit is contained in:
Jeroen van Rijn
2024-06-02 14:47:09 -04:00
committed by Feoramund
parent b0faab29e0
commit 8383a45b62
3 changed files with 71 additions and 101 deletions
+3 -3
View File
@@ -68,6 +68,9 @@ image_test:
i18n_test:
$(ODIN) test text/i18n $(COMMON) -out:test_core_i18n
match_test:
$(ODIN) test text/match $(COMMON) -out:test_core_match
math_test:
$(ODIN) test math $(COMMON) -out:test_core_math
@@ -77,9 +80,6 @@ linalg_glsl_math_test:
noise_test:
$(ODIN) test math/noise $(COMMON) -out:test_noise
match_test:
$(ODIN) run text/match $(COMMON) -out:test_core_match
net_test:
$(ODIN) run net $(COMMON) -out:test_core_net