From 1fc2323080f8fac027134ff99c32f91cb276795d Mon Sep 17 00:00:00 2001 From: strongly-typed Date: Sun, 8 May 2016 23:43:55 +0200 Subject: [PATCH] Run tests with Travis CI. gitignore test xml.new. --- .gitignore | 2 ++ .travis.yml | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2a2d237..10f12eb 100644 --- a/.gitignore +++ b/.gitignore @@ -68,4 +68,6 @@ test/mbus_parse_hex # test cases temp files test/test-frames/*.xml.new +test/error-frames/*.xml.new +test/unsupported-frames/*.xml.new diff --git a/.travis.yml b/.travis.yml index 2a94e21..39fe165 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,6 @@ os: - linux - osx -script: ./build.sh +script: + - ./build.sh + - cd test && make && ./generate-xml.sh test-frames