diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2019-07-09 00:03:45 +0200 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2019-07-10 00:02:14 +0200 |
commit | 25c46e0acfc613595e59faf7597d151028e1178b (patch) | |
tree | e957b72170361918e1bcad6883d318c26da0b79f /expat/Makefile.am | |
parent | bf926a6edc15abdb8d113b72580e68483d6b47cd (diff) | |
download | libexpat-git-25c46e0acfc613595e59faf7597d151028e1178b.tar.gz |
qa.sh: Re-write
- A bit more flexible and high level
- Drop support for ncc
- Fix coverage rendering, drop split mode
Diffstat (limited to 'expat/Makefile.am')
-rw-r--r-- | expat/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/expat/Makefile.am b/expat/Makefile.am index 81b18780..8acc6f3c 100644 --- a/expat/Makefile.am +++ b/expat/Makefile.am @@ -154,7 +154,7 @@ endif .PHONY: qa qa: - ./qa.sh address - ./qa.sh memory - ./qa.sh undefined - ./qa.sh coverage + QA_COMPILER=clang QA_SANITIZER=address ./qa.sh + QA_COMPILER=clang QA_SANITIZER=memory ./qa.sh + QA_COMPILER=clang QA_SANITIZER=undefined ./qa.sh + QA_COMPILER=gcc QA_PROCESSOR=gcov ./qa.sh |