#!/usr/bin/env bash if [ "x$builddir" = "x" ]; then T=`realpath ./libfyaml-test` else T=`realpath ${builddir}/libfyaml-test` fi ${T} exit $?