Skip to content
Snippets Groups Projects
Commit 0255c404 authored by Per Lindgren's avatar Per Lindgren
Browse files

changed path

parent 1484e321
Branches
No related tags found
No related merge requests found
......@@ -76,10 +76,10 @@ int main()
// Depending on shell this might look different:
//
// Under `bash` (and `bash` like shells)
// > export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
// > export LD_LIBRARY_PATH=/usr/local/lib/:$LD_LIBRARY_PATH
//
// Under `fish`
// > set -x LD_LIBRARY_PATH /usr/local/lib/
// > set -x LD_LIBRARY_PATH /usr/local/lib/:$LD_LIBRARY_PATH
//
// > KTEST_FILE=klee-last/test000001.ktest ./a.out
//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment