diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2003-11-21 01:12:47 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2003-11-21 01:12:47 +0000 |
commit | aa7411818c142c1cdb08dfb5eee1463051969332 (patch) | |
tree | 35e51176d7dd9f77e1825b2faa9f298d0fb9ccc6 /test/Makefile | |
parent | 116e70f3c90e0e73fb938e0736ad87fe3cbb57d3 (diff) |
Clean more qmtest files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10125 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-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 |