From 46a021d5de6e7448c79f621e0525e920a6206425 Mon Sep 17 00:00:00 2001 From: Kevin Rocard Date: Thu, 19 Feb 2015 18:18:17 +0100 Subject: C pfw bindings The pfw can not currently be used from c code. Add an c api. It does not target a perfect one/one mapping with the c++ one, but rather aim ease of use and type safety (as far as possible in c). Signed-off-by: Kevin Rocard --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 21a3c6a..4ec4a2c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,8 @@ install: - sudo apt-get install --yes swig cmake valgrind g++-4.8 - sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 100 - sudo update-alternatives --install /usr/bin/gcov gcov /usr/bin/gcov-4.8 100 + - sudo wget --directory-prefix /usr/include/ + https://raw.github.com/philsquared/Catch/master/single_include/catch.hpp # how to build script: -- cgit v1.1