Skip to content

Commit

Permalink
Revise test script
Browse files Browse the repository at this point in the history
  • Loading branch information
bocchino committed Mar 5, 2021
1 parent e32c9e4 commit 915b354
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions compiler/lib/test/codegen/CppWriter/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
*.hpp
*.hpp.gch
*.o
build_log.txt
2 changes: 1 addition & 1 deletion compiler/lib/test/codegen/CppWriter/clean
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

rm -rf *.class *~ fpp *.hpp *.hpp.gch *.cpp *.o
rm -rf *.class *~ fpp *.hpp *.hpp.gch *.cpp *.o build_log.txt

0 comments on commit 915b354

Please sign in to comment.