File

.busted @ 10241:48f7cda4174d

util.bitops: Library to find appropriate bitwise library (closes #1395)
author Kim Alvefur <zash@zash.se>
date Mon, 22 Jul 2019 01:58:57 +0200
parent 9964:f299d4917dd8
line wrap: on
line source

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