Home | History | Annotate | Download | only in lua
      1 std = "luajit"
      2 ignore = { "211", "212", "411", "412", "421", "431", "542" }
      3 files["examples"] = {
      4 	new_globals = { "pkt", "time", "xadd", "c" }
      5 }
      6 files["bpf/builtins.lua"] = {
      7 	ignore = { "122" }
      8 }
      9 files["spec"] = {
     10 	std = "+busted",
     11 	new_globals = { "pkt", "time", "xadd", "c" }
     12 }