mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Clean more qmtest files.
llvm-svn: 10125
This commit is contained in:
parent
d7d8b26e78
commit
8639bd254c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user