diff options
author | Cristian Cadar <cristic@cs.stanford.edu> | 2012-11-04 14:42:54 +0000 |
---|---|---|
committer | Cristian Cadar <cristic@cs.stanford.edu> | 2012-11-04 14:42:54 +0000 |
commit | bd6bbd2110c26aa66d130e6236d540fd9c453852 (patch) | |
tree | ff0ee241f45ea36da9d9a766f8a97b14c9f837f0 /www | |
parent | cf2d2b43c6fbde345da5d28301820baddd30dda4 (diff) | |
download | klee-bd6bbd2110c26aa66d130e6236d540fd9c453852.tar.gz |
Fix by Tomek Kuchta to Tutorial 1.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@167371 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r-- | www/Tutorial-1.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Tutorial-1.html b/www/Tutorial-1.html index 27d3c567..38c3b101 100644 --- a/www/Tutorial-1.html +++ b/www/Tutorial-1.html @@ -164,7 +164,8 @@ point to the name of the desired test case: <pre class="output"> - $ gcc path-to-klee-root/Release+Asserts/lib/libkleeRuntest.so get_sign.c + $ export LD_LIBRARY_PATH=path-to-klee-root/Release+Asserts/lib/:$LD_LIBRARY_PATH + $ gcc -L path-to-klee-root/Release+Asserts/lib/ get_sign.c -lkleeRuntest $ KTEST_FILE=klee-last/test000001.ktest ./a.out $ echo $? 1 |