Commit 893512e
test: add back clang version check for test_hexagon
Older distros like Ubuntu 18.04 and Debian 10 ship clang < 10 that
dont have hexagon support. The previous commit removed the version
check so the test started failing on those images.
Put the version check inside the skipif decorator instead so we dont
crash during test collection when clang is missing.
Fixes: 79df4a9 ("test: fix test collection failure when clang is not installed")
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>1 parent 43ef448 commit 893512e
1 file changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
467 | 467 | | |
468 | 468 | | |
469 | 469 | | |
470 | | - | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
471 | 480 | | |
472 | 481 | | |
473 | 482 | | |
| |||
0 commit comments