Port tests\core\math, math\linalg\glsl and math\noise

This commit is contained in:
Jeroen van Rijn
2024-06-02 14:47:09 -04:00
committed by Feoramund
parent d7bfbe0552
commit b0faab29e0
5 changed files with 180 additions and 313 deletions
+7 -7
View File
@@ -68,21 +68,21 @@ image_test:
i18n_test:
$(ODIN) test text/i18n $(COMMON) -out:test_core_i18n
math_test:
$(ODIN) test math $(COMMON) -out:test_core_math
linalg_glsl_math_test:
$(ODIN) run math/linalg/glsl $(COMMON) $(COLLECTION) -out:test_linalg_glsl_math
$(ODIN) test math/linalg/glsl $(COMMON) -out:test_linalg_glsl_math
noise_test:
$(ODIN) test math/noise $(COMMON) -out:test_noise
match_test:
$(ODIN) run text/match $(COMMON) -out:test_core_match
math_test:
$(ODIN) run math $(COMMON) $(COLLECTION) -out:test_core_math
net_test:
$(ODIN) run net $(COMMON) -out:test_core_net
noise_test:
$(ODIN) run math/noise $(COMMON) -out:test_noise
os_exit_test:
$(ODIN) run os/test_core_os_exit.odin -file -out:test_core_os_exit && exit 1 || exit 0