diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2014-09-12 15:28:48 -0700 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2014-09-12 17:39:18 -0700 |
| commit | 59970eaaef72fc5812cc013b2993633efe2749e0 (patch) | |
| tree | 9876e8f46fad609bb39a7b1e917c9b1410a9c337 /test/Concrete/FloatingPointOps.ll | |
| parent | 8c3e28cfe911a46d2a73d0434a048d60c35635bf (diff) | |
| download | klee-59970eaaef72fc5812cc013b2993633efe2749e0.tar.gz | |
Add support for testing Concrete tests via lit.
Fixes #96.
Diffstat (limited to 'test/Concrete/FloatingPointOps.ll')
| -rw-r--r-- | test/Concrete/FloatingPointOps.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Concrete/FloatingPointOps.ll b/test/Concrete/FloatingPointOps.ll index c7807503..5c63ac83 100644 --- a/test/Concrete/FloatingPointOps.ll +++ b/test/Concrete/FloatingPointOps.ll @@ -1,3 +1,4 @@ +; RUN: %S/ConcreteTest.py --klee=%klee --lli=%lli %s ; casting error messages @.strTrunc = internal constant [15 x i8] c"FPTrunc broken\00" |
