MCPcopy Create free account
hub / github.com/defold/defold / TEST_F

Function TEST_F

engine/script/src/test/test_script_vmath.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29};
30
31TEST_F(ScriptVmathTest, TestNumber)
32{
33 ASSERT_TRUE(RunFile(L, "test_number.luac"));
34}
35
36TEST_F(ScriptVmathTest, TestVector)
37{

Callers

nothing calls this directly

Calls 15

lua_gettopFunction · 0.85
PushVector3Function · 0.85
CheckVector3Function · 0.85
PushVector4Function · 0.85
CheckVector4Function · 0.85
PushQuatFunction · 0.85
CheckQuatFunction · 0.85
lua_setfieldFunction · 0.85
lua_pushstringFunction · 0.85
lua_rawgetFunction · 0.85
PushMatrix4Function · 0.85
CheckMatrix4Function · 0.85

Tested by

no test coverage detected