[WebAssembly] Only run WebAssembly objdump tests if it is enabled as a target

Differential Revision: https://reviews.llvm.org/D34712

llvm-svn: 306464
This commit is contained in:
Sam Clegg 2017-06-27 21:19:27 +00:00
parent fa0e536521
commit 3431c3e9be
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
if 'WebAssembly' not in config.root.targets:
config.unsupported = True