remove all artifacts after tests

This commit is contained in:
Sylvestre Ledru 2020-09-30 20:22:00 +02:00
parent c070c96ef5
commit 3041189ac0

View File

@ -1341,6 +1341,6 @@ fi
#clean up
rm -f a.out bar crash-* foo foo.* lldb-cmd.txt main.* test_fuzzer.cc foo.* o
rm -rf output matmul.* *profraw opt.ll
rm -rf output matmul.* *profraw opt.ll a.json default.profdata test
echo "Completed"