neovim/test/unit
Rui Abreu Ferreira 28e59cb223 Use libuv errors instead of errno in unit tests
Replaced old unit tests for errno with libuv error codes UV_ENOENT
and UV_EEXIST (for os_open and os_getperms).

Added libuv include path to test/includes compiler calls - needed
to get hold of libuv headers.
2015-11-25 23:16:37 +00:00
..
fixtures queue: Implement a more flexible event queue 2015-08-13 08:46:21 -03:00
os Use libuv errors instead of errno in unit tests 2015-11-25 23:16:37 +00:00
buffer_spec.lua test/unit: clean up according to luacheck 2015-11-23 13:57:21 +01:00
fileio_spec.lua test/unit: clean up according to luacheck 2015-11-23 13:57:21 +01:00
formatc.lua test/unit: clean up according to luacheck 2015-11-23 13:57:21 +01:00
garray_spec.lua test/unit: clean up according to luacheck 2015-11-23 13:57:21 +01:00
helpers.lua test/unit: clean up according to luacheck 2015-11-23 13:57:21 +01:00
path_spec.lua test/unit: clean up according to luacheck 2015-11-23 13:57:21 +01:00
preload.lua tests: prevent busted from reloading the ffi module and others 2015-03-01 15:25:39 -05:00
preprocess.lua test/unit: clean up according to luacheck 2015-11-23 13:57:21 +01:00
profile_spec.lua test/unit: clean up according to luacheck 2015-11-23 13:57:21 +01:00
queue_spec.lua queue: Implement a more flexible event queue 2015-08-13 08:46:21 -03:00
rbuffer_spec.lua rbuffer: Reimplement as a ring buffer and decouple from rstream 2015-07-01 05:40:53 -03:00
set.lua test/unit: clean up according to luacheck 2015-11-23 13:57:21 +01:00
tempfile_spec.lua test: Ensure proper initialization in unit/helpers.lua 2015-07-01 05:40:53 -03:00