Generators changed to templates
[gfxprim.git] / tests / SDL / runtest.sh
blob73c9f61bb0f6ec67763a316dd881704da33a74da
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 $@