]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/weak-coalesce-c++/Makefile
dyld-132.13.tar.gz
[apple/dyld.git] / unit-tests / test-cases / weak-coalesce-c++ / Makefile
index 4f38eebd663d5957533045a0b392814278fe86c6..253ea75fc764e5b347866633a53945a50f8f3ad5 100644 (file)
@@ -24,12 +24,13 @@ TESTROOT = ../..
 include ${TESTROOT}/include/common.makefile
 
 
-run: all
+all-check: all check
+
+check:
        ./dynamic-test
 
 all: dynamic-test  static-test
 
-
 static-test: a1.o a2.o main.o
        $(CXX) -I${TESTROOT}/include a1.o a2.o main.o -o static-test