]> git.saurik.com Git - apple/ld64.git/blob - ld64-134.9/unit-tests/test-cases/objc-properties/Makefile
ld64-134.9.tar.gz
[apple/ld64.git] / ld64-134.9 / unit-tests / test-cases / objc-properties / Makefile
1
2 TESTROOT = ../..
3 include ${TESTROOT}/include/common.makefile
4
5
6 #
7 # Verify an Objective-C object file when run through ld -r is unaltered.
8 #
9 #
10
11 run: all
12
13 all:
14 ${CC} ${CCFLAGS} test.m -dynamiclib -framework Foundation -o libtest.dylib
15 ${PASS_IFF_GOOD_MACHO} libtest.dylib
16
17 clean:
18 rm -rf libtest.dylib