diff options
Diffstat (limited to 'test/Concrete/arith_test.ll')
-rw-r--r-- | test/Concrete/arith_test.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Concrete/arith_test.ll b/test/Concrete/arith_test.ll index 5624462b..ddb1e5cb 100644 --- a/test/Concrete/arith_test.ll +++ b/test/Concrete/arith_test.ll @@ -1,3 +1,5 @@ +; RUN: %S/ConcreteTest.py --klee=%klee --lli=%lli %s + define void @"test_simple_arith"(i16 %i0, i16 %j0) begin %t1 = add i16 %i0, %j0 |