aboutsummaryrefslogtreecommitdiff
path: root/test/unit/preload.lua
blob: 841e19b878f6b862db400dd769c1470dd9f7a06d (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')(nil)
local lfs = require('lfs')
local preprocess = require('test.unit.preprocess')