]>
git.saurik.com Git - apple/objc4.git/blob - runtests.sh
2 # Simple script to run the libclosure tests
3 # Note: to build the testing root, the makefile will ask to authenticate with sudo
4 # Use the RootsDirectory environment variable to direct the build to somewhere other than /tmp/
6 RootsDirectory
=${RootsDirectory:-/tmp/}
11 # <rdar://problem/6456031> ER: option to not require extra privileges (-nosudo or somesuch)
12 Buildit
="/Network/Servers/xs1/release/bin/buildit -rootsDirectory ${RootsDirectory} -arch i386 -arch ppc -arch x86_64 -project objc4 ."
13 echo Sudoing
for buildit
:
16 if [[ $XIT == 0 ]]; then
18 ObjcRootPath
="$RootsDirectory/objc4.roots/objc4~dst/usr/lib/libobjc.A.dylib"
19 make HALT
=YES OBJC_LIB
="$ObjcRootPath"