neovim/test
John Schmidt 2a0c6ff3ef Fix broken build due to unit test include order
Commit 4348d1e6f7
 introduced a bug that breaks the unit tests unless
 they run in a certain order. Both path.moon
 and os/fs.moon tries to include the same Enum, which
 fails since ffi.cdef can only include definitions once.

 This solves the bug by using Lua variables instead of
 ffi.cdef Enums.
2014-04-09 17:17:26 -03:00
..
includes Revamp the build system. 2014-03-21 15:22:00 -04:00
unit Fix broken build due to unit test include order 2014-04-09 17:17:26 -03:00