aboutsummaryrefslogtreecommitdiff
path: root/test/unit/preload.lua
blob: d8ec2c394359cdbf3bb5a31a7cd03e8a794f6f11 (plain) (blame)
1
2
3
4
5
6
7
-- Modules loaded here will not be cleared and reloaded by Busted.
-- Busted started doing this to help provide more isolation.  See issue #62
-- for more information about this.
local ffi = require('ffi')
local helpers = require('test.unit.helpers')
local lfs = require('lfs')
local preprocess = require('test.unit.preprocess')