Add link-test utilities
This commit is contained in:
parent
3c1f9fa15f
commit
91be10cb97
1 changed files with 6 additions and 0 deletions
6
imag-link/tests/utils.sh
Normal file
6
imag-link/tests/utils.sh
Normal 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 $*
|
||||
}
|
||||
|
Loading…
Reference in a new issue