Skip to content

Commit

Permalink
Add a script to execute all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
renn0xtek9 committed May 1, 2024
1 parent 0ec5e35 commit f9cd219
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
set -e
cd "$DIR"/build
ctest --output-on-failure

0 comments on commit f9cd219

Please sign in to comment.