about summary refs log tree commit diff homepage
path: root/test/Feature
diff options
context:
space:
mode:
authorLukas Zaoral <lzaoral@redhat.com>2021-04-13 16:39:56 +0200
committerCristian Cadar <c.cadar@imperial.ac.uk>2021-04-18 18:34:39 +0100
commitb0aef8ebc9d53945549fc477558a4437baa46e2d (patch)
treedf4ff056c3c73c5dd044836cb8a5a038fa536208 /test/Feature
parentd309c4fa0ca2cd55e36cf1462b9057d6eb97a297 (diff)
downloadklee-b0aef8ebc9d53945549fc477558a4437baa46e2d.tar.gz
tests: Invoke tools through their corresponding macros
Diffstat (limited to 'test/Feature')
-rw-r--r--test/Feature/PreferCex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/PreferCex.c b/test/Feature/PreferCex.c
index 2d424206..39337cf5 100644
--- a/test/Feature/PreferCex.c
+++ b/test/Feature/PreferCex.c
@@ -1,7 +1,7 @@
 // RUN: %clang %s -emit-llvm %O0opt -c -o %t1.bc
 // RUN: rm -rf %t.klee-out
 // RUN: %klee --output-dir=%t.klee-out --exit-on-error %t1.bc
-// RUN: ktest-tool %t.klee-out/test000001.ktest | FileCheck %s
+// RUN: %ktest-tool %t.klee-out/test000001.ktest | FileCheck %s
 
 #include <assert.h>
 #include <stdlib.h>