grabbers: V4L2 fix typo in YUV to RGB conversion.
[gfxprim.git] / demos / ttf2img / runtest.sh
blob0794707221c86b9437a63864811ced12a62d187d
1 #!/bin/bash
3 # Run dynamically linked test.
6 PROG="$1"
7 shift
9 LD_LIBRARY_PATH=../../build/ ./$PROG "$@"