From 543fa8268d20c10d7208f62dc0be16a6dec487c9 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Sun, 9 Feb 2014 21:56:30 +0000 Subject: Add Makefile for building and running tests. This expands and replaces the Travis-specific makefile by adding more options and correctly tracking header dependencies. Also add wchar_t mode test to Travis configuration. git-svn-id: http://pugixml.googlecode.com/svn/trunk@971 99668b35-9821-0410-8761-19e4c4f06640 --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 95fa3e6..0f508bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,7 @@ language: cpp compiler: - clang - gcc -script: make -f tests/Makefile.travis test \ No newline at end of file +env: + - DEFINES=standard + - DEFINES=PUGIXML_WCHAR_MODE +script: make test defines=$(DEFINES) -j2 \ No newline at end of file -- cgit v1.2.3