From d3fddd7d28f314a6738f2a0ba4d9f58024b01984 Mon Sep 17 00:00:00 2001 From: Oxore Date: Thu, 12 Jul 2018 11:51:00 +0300 Subject: 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. --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 8376b6c..eb30128 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,12 @@ language: c os: osx before_script: + - git submodule update --init --recursive - brew install csfml -script: +script: - make all + - ./test -compiler: +compiler: - gcc -- cgit v1.2.3