diff options
-rw-r--r-- | test/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile index 5a9a7f0366..2296aacc4e 100644 --- a/test/Makefile +++ b/test/Makefile @@ -91,14 +91,15 @@ register: $(QMTEST) register test llvm.CXXTest $(QMTEST) register database llvmdb.llvmdb -# # Start up the QMTest GUI -# gui:: $(QMTEST) gui --no-browser --daemon +# Also get rid of qmtest garbage when we 'make clean' in this directory. clean:: $(RM) -rf $(LLVM_OBJ_ROOT)/test/tmp $(RM) -f $(LLVM_SRC_ROOT)/test/QMTest/*.pyo \ $(LLVM_OBJ_ROOT)/test/QMTest/*.pyo + $(RM) -f $(LLVM_SRC_ROOT)/test/results.qmr \ + $(LLVM_OBJ_ROOT)/test/results.qmr |