...

Text file src/github.com/google/flatbuffers/tests/LuaTest.bat

Documentation: github.com/google/flatbuffers/tests

     1set buildtype=Release
     2if "%1"=="-b" set buildtype=%2
     3
     4echo Run with LuaJIT:
     5luajit.exe luatest.lua
     6echo Run with Lua 5.3:
     7lua53.exe luatest.lua

View as plain text