summaryrefslogtreecommitdiff
path: root/src/target/test.c
AgeCommit message (Collapse)Author
2019-01-03Move unicode module to separate library lib8Oxore
2018-12-07Add test for utf8to32_strcpyOxore
2018-12-07Fix lines longer than 80 chars, fix codestyle.plOxore
codestyle.pl: limit to `src` and `include` dirs only.
2018-07-14Add utf8_strlen tests, refactor unicode moduleOxore
2018-07-12Introduce testing with munit, refactorOxore
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.