summaryrefslogtreecommitdiffstatshomepage
path: root/test/unit/preload.lua
blob: 920f949edf7c82e5d4fd213bcba7f24c1b7c7255 (plain)
1
2
3
4
5
6
-- Modules loaded here will not be cleared and reloaded by the local harness.
-- Keeping these preloaded preserves cross-file setup while still resetting
-- non-helper modules between files.
require('ffi')
require('test.unit.testutil')
require('test.unit.preprocess')