mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 20:29:53 +00:00
Clean more qmtest files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10125 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
116e70f3c9
commit
aa7411818c
@ -91,14 +91,15 @@ register:
|
|||||||
$(QMTEST) register test llvm.CXXTest
|
$(QMTEST) register test llvm.CXXTest
|
||||||
$(QMTEST) register database llvmdb.llvmdb
|
$(QMTEST) register database llvmdb.llvmdb
|
||||||
|
|
||||||
#
|
|
||||||
# Start up the QMTest GUI
|
# Start up the QMTest GUI
|
||||||
#
|
|
||||||
gui::
|
gui::
|
||||||
$(QMTEST) gui --no-browser --daemon
|
$(QMTEST) gui --no-browser --daemon
|
||||||
|
|
||||||
|
# Also get rid of qmtest garbage when we 'make clean' in this directory.
|
||||||
clean::
|
clean::
|
||||||
$(RM) -rf $(LLVM_OBJ_ROOT)/test/tmp
|
$(RM) -rf $(LLVM_OBJ_ROOT)/test/tmp
|
||||||
$(RM) -f $(LLVM_SRC_ROOT)/test/QMTest/*.pyo \
|
$(RM) -f $(LLVM_SRC_ROOT)/test/QMTest/*.pyo \
|
||||||
$(LLVM_OBJ_ROOT)/test/QMTest/*.pyo
|
$(LLVM_OBJ_ROOT)/test/QMTest/*.pyo
|
||||||
|
$(RM) -f $(LLVM_SRC_ROOT)/test/results.qmr \
|
||||||
|
$(LLVM_OBJ_ROOT)/test/results.qmr
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user