Add link-test utilities

This commit is contained in:
Matthias Beyer 2016-04-14 17:38:58 +02:00
parent 3c1f9fa15f
commit 91be10cb97

6
imag-link/tests/utils.sh Normal file
View file

@ -0,0 +1,6 @@
source $(dirname ${BASH_SOURCE[0]})/../../tests/utils.sh
imag-link() {
imag-call-binary "$(dirname ${BASH_SOURCE[0]})/../target/debug/" imag-link $*
}