diff options
author | Cristian Cadar <cristic@cs.stanford.edu> | 2009-05-23 01:13:11 +0000 |
---|---|---|
committer | Cristian Cadar <cristic@cs.stanford.edu> | 2009-05-23 01:13:11 +0000 |
commit | ac6570f762e6520a4458d53963beb5bd4578a2f0 (patch) | |
tree | d7ce3ed550f656302081146191bdeced005fe1e6 | |
parent | 5134f5c11d976f32636fcb825356206be834f194 (diff) | |
download | klee-ac6570f762e6520a4458d53963beb5bd4578a2f0.tar.gz |
Renamed klee-bout-tool to ktest-tool.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@72306 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | tools/Makefile | 2 | ||||
-rw-r--r-- | tools/ktest-tool/Makefile (renamed from tools/klee-bout-tool/Makefile) | 4 | ||||
-rwxr-xr-x | tools/ktest-tool/ktest-tool (renamed from tools/klee-bout-tool/klee-bout-tool) | 0 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/Makefile b/tools/Makefile index 8c3501da..40cdbc28 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -15,7 +15,7 @@ LEVEL=.. # # List all of the subdirectories that we will compile. # -PARALLEL_DIRS=klee kleaver klee-bout-tool gen-random-bout +PARALLEL_DIRS=klee kleaver ktest-tool gen-random-bout # FIXME: Move qplayer functionality into kleaver include $(LEVEL)/Makefile.common diff --git a/tools/klee-bout-tool/Makefile b/tools/ktest-tool/Makefile index 28e80841..7f80f0b1 100644 --- a/tools/klee-bout-tool/Makefile +++ b/tools/ktest-tool/Makefile @@ -1,4 +1,4 @@ -#===-- tools/klee-bout-tool/Makefile -----------------------*- Makefile -*--===# +#===-- tools/ktest-tool/Makefile -----------------------*- Makefile -*--===# # # The KLEE Symbolic Virtual Machine # @@ -9,7 +9,7 @@ LEVEL = ../.. -TOOLSCRIPTNAME := klee-bout-tool +TOOLSCRIPTNAME := ktest-tool include $(LEVEL)/Makefile.common diff --git a/tools/klee-bout-tool/klee-bout-tool b/tools/ktest-tool/ktest-tool index 19c9e893..19c9e893 100755 --- a/tools/klee-bout-tool/klee-bout-tool +++ b/tools/ktest-tool/ktest-tool |