mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00

In order to run unittests with a release build, we need the test functions to be accessible when NDEBUG is defined. Moving the functions into the test fixture ensures they are available and only available for use by the unit tests.