File: libfyaml.test

package info (click to toggle)
libfyaml 0.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,328 kB
  • sloc: ansic: 62,193; asm: 8,692; sh: 1,628; makefile: 581; python: 23
file content (9 lines) | stat: -rwxr-xr-x 145 bytes parent folder | download
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 $?