Rename API to snake_case.
[gfxprim.git] / demos / particle / runtest.sh
blobdac7bc8b8671797ed7b313114359ecfad6e99aec
1 #!/bin/sh
3 # Run dynamically linked test.
6 PROG="$1"
7 shift
9 LD_LIBRARY_PATH=../../build/ ./$PROG "$@"