makefile   [plain text]


# quick test
all: 
	perl test.pl $(MAKEFLAGS)

# default-arch but otherwise comprehensive test for buildbot
buildbot:
	perl test.pl $(MAKEFLAGS) MEM=mrc LANGUAGE=c,c++,objc,objc++

# comprehensive tests
mac macos macosx:
	perl test.pl $(MAKEFLAGS) ARCH=x86_64,i386 MEM=mrc LANGUAGE=c,c++,objc,objc++

iphonesimulator:
	perl test.pl $(MAKEFLAGS) ARCH=i386 SDK=iphonesimulator MEM=mrc LANGUAGE=c,c++,objc,objc++

iphoneos:
	perl test.pl $(MAKEFLAGS) ARCH=armv6,armv7 SDK=iphoneos MEM=mrc LANGUAGE=c,c++,objc,objc++

clean: 
	@ perl test.pl clean