From 59970eaaef72fc5812cc013b2993633efe2749e0 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 12 Sep 2014 15:28:48 -0700 Subject: Add support for testing Concrete tests via lit. Fixes #96. --- test/Concrete/UnconditionalBranch.ll | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/Concrete/UnconditionalBranch.ll') diff --git a/test/Concrete/UnconditionalBranch.ll b/test/Concrete/UnconditionalBranch.ll index 81e2f931..104f1fa3 100644 --- a/test/Concrete/UnconditionalBranch.ll +++ b/test/Concrete/UnconditionalBranch.ll @@ -1,3 +1,5 @@ +; RUN: %S/ConcreteTest.py --klee=%klee --lli=%lli %s + declare void @print_i32(i32) define i32 @main() { -- cgit 1.4.1