diff options
author | Andrea Mattavelli <andreamattavelli@gmail.com> | 2017-02-14 17:47:40 +0000 |
---|---|---|
committer | Dan Liew <delcypher@gmail.com> | 2017-02-14 18:43:23 +0000 |
commit | 717cf5e1a91f0872fb47a4865d35025976db8875 (patch) | |
tree | 5120b0f6f3cd8878a15f80c973ab88332ea5cde4 /test/Replay/libkleeruntest/replay_posix_runtime.c | |
parent | 293f6e05ab8abdfca141eaa348da716b674c30e7 (diff) | |
download | klee-717cf5e1a91f0872fb47a4865d35025976db8875.tar.gz |
Fix linker compatibility under macOS
Diffstat (limited to 'test/Replay/libkleeruntest/replay_posix_runtime.c')
-rw-r--r-- | test/Replay/libkleeruntest/replay_posix_runtime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Replay/libkleeruntest/replay_posix_runtime.c b/test/Replay/libkleeruntest/replay_posix_runtime.c index 70d8a1d9..ac56179b 100644 --- a/test/Replay/libkleeruntest/replay_posix_runtime.c +++ b/test/Replay/libkleeruntest/replay_posix_runtime.c @@ -7,7 +7,7 @@ // RUN: test -f %t.klee-out/test000002.ktest // Now try to replay with libkleeRuntest -// RUN: %cc %s %libkleeruntest -Wl,-rpath=%libkleeruntestdir -o %t_runner +// RUN: %cc %s %libkleeruntest -Wl,-rpath %libkleeruntestdir -o %t_runner // RUN: %ktest-tool %t.klee-out/test000001.ktest | FileCheck -check-prefix=CHECKMODEL %s // RUN: env KTEST_FILE=%t.klee-out/test000001.ktest %t_runner | FileCheck -check-prefix=TESTONE %s // RUN: env KTEST_FILE=%t.klee-out/test000002.ktest %t_runner | FileCheck -check-prefix=TESTTWO %s |