blob: 896d07b9cdb50a6a0d5f5f37a3184c66e04b6073 (
plain) (
blame)
1
2
3
4
5
6
|
-- 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 t = require('test.unit.testutil')(nil)
local preprocess = require('test.unit.preprocess')
|