summaryrefslogtreecommitdiff
path: root/debuginfo-tests
diff options
context:
space:
mode:
authorPaul Robinson <paul.robinson@sony.com>2017-09-08 17:10:48 +0000
committerPaul Robinson <paul.robinson@sony.com>2017-09-08 17:10:48 +0000
commite91fe4992efc783eb009db7de0c9545b1b2ae664 (patch)
tree24540dbd8603e55258abf32b72891393ef47e7a2 /debuginfo-tests
parentdf4c530000cc73391ee6810e4c31627093abf379 (diff)
Restrict debuginfo-tests to native configurations.
Diffstat (limited to 'debuginfo-tests')
-rw-r--r--debuginfo-tests/lit.local.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/debuginfo-tests/lit.local.cfg b/debuginfo-tests/lit.local.cfg
new file mode 100644
index 00000000000..ce0175cf7f9
--- /dev/null
+++ b/debuginfo-tests/lit.local.cfg
@@ -0,0 +1,3 @@
+# debuginfo-tests are not expected to pass in a cross-compilation setup.
+if 'native' not in config.available_features:
+ config.unsupported = True