X-Git-Url: https://git.saurik.com/apple/ld64.git/blobdiff_plain/a61fdf0a731e23ff7eb0cc86ba748fd9af5de879..55e3d2f687f4ed9653982dbda92c6a055b0a8350:/unit-tests/test-cases/zero-fill3/Makefile diff --git a/unit-tests/test-cases/zero-fill3/Makefile b/unit-tests/test-cases/zero-fill3/Makefile index 50399b7..6266019 100644 --- a/unit-tests/test-cases/zero-fill3/Makefile +++ b/unit-tests/test-cases/zero-fill3/Makefile @@ -43,5 +43,8 @@ test-run-x86_64 test-ppc64: test-ppc: ${PASS_IFF_ERROR} ${CC} ${CCFLAGS} -DSHRINK=4 test.c --save-temps -o test-${ARCH} 2>/dev/null +test-run-armv6: + ${PASS_IFF_ERROR} ${CC} ${CCFLAGS} -DSHRINK=4 test.c --save-temps -o test-${ARCH} 2>/dev/null + clean: rm -rf test-* *.o *.s *.i