diff tests/hghave.py @ 38236:a6347ae6168d

test-fuzz-targets: look for clang-6.0 binary as well Debian sid is still shipped with clang 4.0 by default. This allows me to run the test without replacing the system clang to clang-6.0.
author Yuya Nishihara <yuya@tcha.org>
date Sun, 03 Jun 2018 13:40:58 +0900
parents e51c91c14a07
children ead71b15efd5
line wrap: on
line diff
--- a/tests/hghave.py	Sun Jun 03 13:23:12 2018 +0900
+++ b/tests/hghave.py	Sun Jun 03 13:40:58 2018 +0900
@@ -709,6 +709,10 @@
         return int(mat.group(1)) > 5
     return False
 
+@check("clang-6.0", "clang 6.0 with version suffix (libfuzzer included)")
+def has_clang60():
+    return matchoutput('clang-6.0 --version', b'clang version 6\.')
+
 @check("xdiff", "xdiff algorithm")
 def has_xdiff():
     try: