diff options
-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 |