X-Git-Url: https://git.saurik.com/apple/dyld.git/blobdiff_plain/8bc9f0afa7d820677f5d190a59ca900972f9aa5e..39a8cd101b922f08058746122efff58c14b57605:/unit-tests/test-cases/prebased-performance/Makefile diff --git a/unit-tests/test-cases/prebased-performance/Makefile b/unit-tests/test-cases/prebased-performance/Makefile index f895d90..a3edccc 100644 --- a/unit-tests/test-cases/prebased-performance/Makefile +++ b/unit-tests/test-cases/prebased-performance/Makefile @@ -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