And move it to helpers.
Although Lua uses C floating math.
The actual used C floating functions in Lua
might be different from the actual floating functions
used in the original C code, which may lead to a slightly
different floating number.
So for calculated floating numbers we should use the cmp_flt function in the assert.
Signed-off-by: Erez Geva <ErezGeva2@gmail.com>
- Add Lua examples
- Add and fix unused Lua tests
- Add lua_module_global complementary test of lua_no_module_global
- Add Lua test-suite runme files
Enable friends_nested and minherit inline test code for Lua via the
SWIGLUA guards.