mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 06:38:47 +00:00
Port tests\core\text\match
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user