filters: Move gaussian blur into separate file.
[gfxprim.git] / tests / drivers / runtest.sh
blobff2a001d186d9c9918d8a4d5258103624da76093
1 #!/bin/bash
3 # Run dynamically linked test.
6 PROG="$1"
7 shift
9 echo "LD_LIBRARY_PATH=../../build/ ./$PROG $@"
10 LD_LIBRARY_PATH="../../build/" ./$PROG $@