fix bug with asserts
[platform/upstream/flac.git] / test / test_unit.sh
1 #!/bin/sh
2
3 LD_LIBRARY_PATH=../src/libFLAC/.libs:../obj/lib:$LD_LIBRARY_PATH
4 export LD_LIBRARY_PATH
5 PATH=../src/test_unit:../obj/bin:$PATH
6
7 if test_unit ; then : ; else
8         echo "ERROR during testgen" 1>&2
9         exit 1
10 fi