Run tests with Travis CI. gitignore test xml.new.

This commit is contained in:
strongly-typed
2016-05-08 23:43:55 +02:00
parent 8c232f3da3
commit 1fc2323080
2 changed files with 5 additions and 1 deletions

2
.gitignore vendored
View File

@ -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

View File

@ -8,4 +8,6 @@ os:
- linux
- osx
script: ./build.sh
script:
- ./build.sh
- cd test && make && ./generate-xml.sh test-frames