Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
Rename test scripts; add a new wrapper.
Browse files Browse the repository at this point in the history
  • Loading branch information
robdimsdale committed Aug 29, 2016
1 parent fa9d4fc commit 8d3c6d9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bin/test
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

set -eu

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

"${my_dir}/test-integration"
"${my_dir}/test-unit"
File renamed without changes.
File renamed without changes.

0 comments on commit 8d3c6d9

Please sign in to comment.