Skip to content

Commit

Permalink
fix(tests) remove src/test_runners when cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt committed Aug 3, 2021
1 parent 0f8bc18 commit 6726b0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ clean:
find ../ -type f -name '*.o' -exec rm -f {} +
find ../ -type f -name '*.gcda' -exec rm -f {} +
find ../ -type f -name '*.gcno' -exec rm -f {} +
rm -rf src/test_runners
rm -f $(BIN)

0 comments on commit 6726b0f

Please sign in to comment.