rename svremap to svshape
[openpower-isa.git] / media / Makefile
index 4b4e6892c0c4fe867868df41b5ebed462390c037..4dd904b6ba48f3fcae3b1ab04e1b0479e460abd4 100644 (file)
@@ -39,11 +39,10 @@ wget:
 tests: $(OBJ)
        @echo audio/mp3_0
        for i in `seq 0 1000 9000`; do \
-               audio/mp3/mp3_0.sh $$i; \
+               audio/mp3/mp3_0.sh $$i $$DUMP$$i || exit 1; \
        done
-
        @echo audio/mp3_1
        for i in `seq 0 23`; do \
-               audio/mp3/mp3_1.sh $$i; \
+               audio/mp3/mp3_1.sh $$i $$DUMP$$i || exit 1; \
        done