unittests: Check core dumps in after_each, like in functests

This commit is contained in:
ZyX
2017-03-11 13:28:18 +03:00
parent 12b062b2c8
commit 9400466282
25 changed files with 43 additions and 24 deletions

View File

@@ -2,6 +2,6 @@
-- 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 helpers = require('test.unit.helpers')(nil)
local lfs = require('lfs')
local preprocess = require('test.unit.preprocess')