ref: f92c586f62698e39f8323a46f19d7c45035c3be6
parent: 8fe57dc63ce179b1ae6d9d23f51a055d72784b79
author: robs <robs>
date: Sun May 13 11:58:08 EDT 2007
Fix skips
--- a/src/tests.sh
+++ b/src/tests.sh
@@ -144,8 +144,8 @@
make sox_sample_test
./sox_sample_test || exit 1
-grep -q "^#define HAVE_LIBFLAC" soxconfig.h || skip="flac $skip"
-grep -q "^#define HAVE_LIBOGG" soxconfig.h || skip="ogg $skip"
+grep -q "^FLAC_LIBS *= *-lFLAC" Makefile || skip="flac $skip"
+grep -q "^OGG_LIBS *= *-logg" Makefile || skip="ogg $skip"
grep -q "^#define HAVE_SNDFILE_H" soxconfig.h || skip="caf $skip"
rate=44100