mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
unittest,memory: Fix tests
This commit is contained in:
@@ -123,6 +123,7 @@ function Gcc:init_defines()
|
||||
self:define('INIT', {'...'}, '')
|
||||
self:define('_GNU_SOURCE')
|
||||
self:define('INCLUDE_GENERATED_DECLARATIONS')
|
||||
self:define('UNIT_TESTING')
|
||||
-- Needed for FreeBSD
|
||||
self:define('_Thread_local', nil, '')
|
||||
-- Needed for macOS Sierra
|
||||
|
||||
Reference in New Issue
Block a user