]> git.saurik.com Git - apple/objc4.git/blame - test/Makefile
objc4-680.tar.gz
[apple/objc4.git] / test / Makefile
CommitLineData
8972963c
A
1# quick test
2all:
3 perl test.pl $(MAKEFLAGS)
7af964d1 4
8972963c
A
5# default-arch but otherwise comprehensive test for buildbot
6buildbot:
7257e56c 7 perl test.pl $(MAKEFLAGS) MEM=mrc,arc,gc CC=clang LANGUAGE=objc,objc++
7af964d1 8
8972963c
A
9# comprehensive tests
10mac macos macosx:
7257e56c 11 perl test.pl $(MAKEFLAGS) ARCH=x86_64,i386 MEM=mrc,arc,gc CC=clang LANGUAGE=objc,objc++
7af964d1 12
8972963c 13iphonesimulator:
7257e56c 14 perl test.pl $(MAKEFLAGS) ARCH=i386 SDK=iphonesimulator MEM=mrc,arc CC=clang LANGUAGE=objc,objc++
7af964d1 15
8972963c 16iphoneos:
7257e56c 17 perl test.pl $(MAKEFLAGS) ARCH=armv6,armv7 SDK=iphoneos MEM=mrc,arc CC=clang LANGUAGE=objc,objc++
7af964d1 18
8972963c
A
19clean:
20 @ perl test.pl clean