We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25a4408 commit 053b1dbCopy full SHA for 053b1db
.travis.yml
@@ -10,6 +10,8 @@ os:
10
11
script:
12
- ./build.sh
13
- - cd test && make && ./generate-xml.sh test-frames
14
- - cd test && make && ./generate-xml.sh test/error-frames || true
15
- - cd test && make && ./generate-xml.sh test/unsupported-frames || true
+ - cd test && make && cd ..
+ - PROG=test/mbus_parse_hex
+ - test/generate-xml.sh test/test-frames $PROG
16
+ - test/generate-xml.sh test/error-frames $PROG || true
17
+ - test/generate-xml.sh test/unsupported-frames $PROG || true
0 commit comments