summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBaoyou Xie <[email protected]>2021-01-22 15:05:08 +0800
committerBaoyou Xie <[email protected]>2021-01-22 15:05:08 +0800
commit6d88141762ca084086c3fbfac9518ebd8411523d (patch)
tree46d12bac71dce10805afde0f1d1e2b5e3cbb4ae1 /Makefile
parent89f0c761594401b7a81dd93a9b581946f7fe7f9c (diff)
testcase: 完善测试用例
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fe18b8a..03719b9 100644
--- a/Makefile
+++ b/Makefile
@@ -83,6 +83,7 @@ test:
rm tmp.txt -f
rm *.svg -f
rm *.log -f
+ rm *.raw -f
clean:
cd SOURCE/module/; make clean