From 86f5f5edbdd24b793e1f9eff4b338d867f6dc97f Mon Sep 17 00:00:00 2001 From: Willem Date: Wed, 8 Oct 2014 21:06:14 -0700 Subject: Fixes support for passing arguments to klee in the ConcreteTests. This is for use with llvm-lit --param=klee_opts=... Fixes lit.cfg to not have an extranous space behind the klee command. Augments ConcreteTest to accept and pass arguments to klee. Augments all the ConcreteTest cases to wrap %klee in quotes. Without wrapping %klee the extra arguments will be seens as arguments to ConcreteTest.py resulting in an unknown argument error. --- test/Concrete/UnconditionalBranchWithSimplePhi.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Concrete/UnconditionalBranchWithSimplePhi.ll') diff --git a/test/Concrete/UnconditionalBranchWithSimplePhi.ll b/test/Concrete/UnconditionalBranchWithSimplePhi.ll index d290ac0e..d3bccb56 100644 --- a/test/Concrete/UnconditionalBranchWithSimplePhi.ll +++ b/test/Concrete/UnconditionalBranchWithSimplePhi.ll @@ -1,4 +1,4 @@ -; RUN: %S/ConcreteTest.py --klee=%klee --lli=%lli %s +; RUN: %S/ConcreteTest.py --klee='%klee' --lli=%lli %s declare void @print_i32(i32) -- cgit 1.4.1