]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/prebased-performance/Makefile
dyld-132.13.tar.gz
[apple/dyld.git] / unit-tests / test-cases / prebased-performance / Makefile
index f895d900b2f70d522aedfa322a92dfce6e018a21..a3edccc26df4614af2fd2cbe6c8c624bb9c1a02d 100644 (file)
@@ -25,17 +25,19 @@ include ${TESTROOT}/include/common.makefile
 
 DYLIB_BASES_ADDRESS = 0x10000000
 
-ifeq "-arch ppc64" "$(ARCH)"
+ifeq "ppc64" "$(ARCH)"
        DYLIB_BASES_ADDRESS = 0x300000000
 else 
-       ifeq "-arch x86_64" "$(ARCH)"
+       ifeq "x86_64" "$(ARCH)"
                DYLIB_BASES_ADDRESS = 0x300000000
        endif
 endif
 
 
 
-run: all
+all-check: all check
+
+check:
        ./main
 
 all: main