imag/imag-store/tests/utils.sh

7 lines
162 B
Bash
Raw Normal View History

source $(dirname ${BASH_SOURCE[0]})/../../tests/utils.sh
2016-01-31 17:03:49 +00:00
imag-store() {
imag-call-binary "$(dirname ${BASH_SOURCE[0]})/../../target/debug/" imag-store $*
2016-01-31 17:03:49 +00:00
}