about summary refs log tree commit diff homepage
path: root/test/Concrete/GlobalInitializers.ll
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2014-09-12 15:28:48 -0700
committerDaniel Dunbar <daniel@zuster.org>2014-09-12 17:39:18 -0700
commit59970eaaef72fc5812cc013b2993633efe2749e0 (patch)
tree9876e8f46fad609bb39a7b1e917c9b1410a9c337 /test/Concrete/GlobalInitializers.ll
parent8c3e28cfe911a46d2a73d0434a048d60c35635bf (diff)
downloadklee-59970eaaef72fc5812cc013b2993633efe2749e0.tar.gz
Add support for testing Concrete tests via lit.
Fixes #96.
Diffstat (limited to 'test/Concrete/GlobalInitializers.ll')
-rwxr-xr-xtest/Concrete/GlobalInitializers.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Concrete/GlobalInitializers.ll b/test/Concrete/GlobalInitializers.ll
index b4d95de6..6314b075 100755
--- a/test/Concrete/GlobalInitializers.ll
+++ b/test/Concrete/GlobalInitializers.ll
@@ -1,4 +1,4 @@
-; (cd .. && make) && ../llvm/Release/bin/llvm-as test.ll -o=- | ../Debug/bin/klee 
+; RUN: %S/ConcreteTest.py --klee=%klee --lli=%lli %s
 
 declare void @print_i32(i32)