diff options
Diffstat (limited to 'test/ExecutionEngine/Interpreter/lit.local.cfg')
-rw-r--r-- | test/ExecutionEngine/Interpreter/lit.local.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/ExecutionEngine/Interpreter/lit.local.cfg b/test/ExecutionEngine/Interpreter/lit.local.cfg new file mode 100644 index 000000000000..8cbaf03217d5 --- /dev/null +++ b/test/ExecutionEngine/Interpreter/lit.local.cfg @@ -0,0 +1,3 @@ +# These tests require foreign function calls +if config.enable_ffi != "ON": + config.unsupported = True |