X-Git-Url: https://git.saurik.com/apple/dyld.git/blobdiff_plain/0959b6d4289bd106fddb7fe7d84a346159895fdd..39a8cd101b922f08058746122efff58c14b57605:/unit-tests/test-cases/dlopen-local-and-global/Makefile diff --git a/unit-tests/test-cases/dlopen-local-and-global/Makefile b/unit-tests/test-cases/dlopen-local-and-global/Makefile index 90f8872..dae1997 100644 --- a/unit-tests/test-cases/dlopen-local-and-global/Makefile +++ b/unit-tests/test-cases/dlopen-local-and-global/Makefile @@ -23,7 +23,9 @@ TESTROOT = ../.. include ${TESTROOT}/include/common.makefile -run: all +all-check: all check + +check: ./main-local-first ./main-global-first