File

.busted @ 9678:6178b491fe28

configure: Also look for lua.h in a directory with the same suffix as the interpreter (FreeBSD-friendly)
author Matthew Wild <mwild1@gmail.com>
date Mon, 03 Dec 2018 19:38:19 +0000
parent 9452:9d892b2415bf
child 9964:f299d4917dd8
line wrap: on
line source

return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}