2da672dd06e3 — Chris Cannam 2 years ago
We need to do this test more than once, otherwise the first case steals from the second
1 files changed, 4 insertions(+), 0 deletions(-)

M build/run-platform-tests.sh
M build/run-platform-tests.sh +4 -0
@@ 59,12 59,16 @@ for mf in Makefile build/Makefile.$platf
     case "$mf" in
 	*~) continue;;
 	*.bak) continue;;
+    esac
+    case "$mf" in
 	*ipp|*all)
 	    if [ ! -d "$ippdir" ]; then
 		continue
 	    else
                 uses_ipp=true
             fi;;
+    esac
+    case "$mf" in
         *kissfft|*all)
             if [ ! -d "$kissfftdir" ]; then
                 continue