aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-11-21 01:12:47 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-11-21 01:12:47 +0000
commitaa7411818c142c1cdb08dfb5eee1463051969332 (patch)
tree35e51176d7dd9f77e1825b2faa9f298d0fb9ccc6 /test/Makefile
parent116e70f3c90e0e73fb938e0736ad87fe3cbb57d3 (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/Makefile5
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