1 2 3 4 5 6 7 8 9
#!/usr/bin/env bash if [ "x$builddir" = "x" ]; then T=`realpath ./libfyaml-test` else T=`realpath ${builddir}/libfyaml-test` fi ${T} exit $?