aboutsummaryrefslogtreecommitdiff
path: root/test/unit/preprocess.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-01-07 23:13:57 +0100
committerGitHub <noreply@github.com>2017-01-07 23:13:57 +0100
commit50af8e0255c0271ff411a6af54b664d69be227e5 (patch)
tree50260092952a0d236a25d70a4aed16fa6363c6e2 /test/unit/preprocess.lua
parent40c76741c187f5bf35101e65252226030d5b72e5 (diff)
parent3967618fa524b3840649887661584de27f7daa87 (diff)
downloadrneovim-50af8e0255c0271ff411a6af54b664d69be227e5.tar.gz
rneovim-50af8e0255c0271ff411a6af54b664d69be227e5.tar.bz2
rneovim-50af8e0255c0271ff411a6af54b664d69be227e5.zip
Merge #5903 from ZyX-I/fix-5901
Reset copyID also when dictionary is referenced
Diffstat (limited to 'test/unit/preprocess.lua')
-rw-r--r--test/unit/preprocess.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/preprocess.lua b/test/unit/preprocess.lua
index 8c2a5c73e5..1c9b290462 100644
--- a/test/unit/preprocess.lua
+++ b/test/unit/preprocess.lua
@@ -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