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