Skip to content

Commit

Permalink
test.sh: one test to test it all (system / unit / xspec)
Browse files Browse the repository at this point in the history
  • Loading branch information
josteinaj committed Jun 19, 2018
1 parent 7876d54 commit 3bc7e76
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd "$DIR"

./test_system.sh && \
./test_xspec.sh && \
./test_unit.sh

0 comments on commit 3bc7e76

Please sign in to comment.