diff options
author | Oxore <oxore@protonmail.com> | 2018-07-12 11:51:00 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2018-07-12 11:51:00 +0300 |
commit | d3fddd7d28f314a6738f2a0ba4d9f58024b01984 (patch) | |
tree | 7345455bdc6f051289ffa9854fcad2001a55a223 /src/engine.c | |
parent | 9a9711945c2add826e5887aabe2330bee9042b4b (diff) |
Introduce testing with munit, refactor
Split unicode routines from text.
Testing: add munit submodule, move translation units with main functions
to separate folder, make corresponding changes in Makefile. Make simple
test for unicode handling routine.
Remove _vimrc_local.
test.c: optimize includes.
Add test run to .travis.yml.
Diffstat (limited to 'src/engine.c')
-rw-r--r-- | src/engine.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine.c b/src/engine.c index d9cfe98..482c6df 100644 --- a/src/engine.c +++ b/src/engine.c @@ -11,6 +11,7 @@ #include "vector.h" #include "text.h" #include "field.h" +#include "unicode.h" #include "painter.h" #include "engine.h" |