Skip to content

Commit

Permalink
Added clean script for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
smarco committed Jul 17, 2023
1 parent 6dd4298 commit 931181d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tests/wfa.utest.clean.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash
# PROJECT: Wavefront Alignments Algorithms (Unitary Tests)
# LICENCE: MIT License
# AUTHOR(S): Santiago Marco-Sola <[email protected]>
# DESCRIPTION: Cleanup
# USAGE: ./wfa.utest.clean.sh

# Config
OUTPUT="./tests"

# Clear
rm $OUTPUT/*.alg $OUTPUT/*.log* &> /dev/null

0 comments on commit 931181d

Please sign in to comment.