]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/run-all-unit-tests
ld64-95.2.12.tar.gz
[apple/ld64.git] / unit-tests / run-all-unit-tests
index e21c2b3611b92c44f0a87008e4e34cbce037737f..fa969688a5b3fcbf370ca5545623234303b605cd 100755 (executable)
@@ -11,13 +11,16 @@ cd `echo "$0" | sed 's/run-all-unit-tests/test-cases/'`
 
 [ "$PROCTORRUN" ] && exec ../proctor-run
 
-all_archs="x86_64 armv6 thumb ppc ppc64 i386  "
-valid_archs="x86_64 armv6 ppc ppc64 i386  "
+all_archs="x86_64  ppc i386  "
+#armv6 thumb
+valid_archs="x86_64 armv6 ppc i386  "
 
 # clean first
 ../bin/make-recursive.pl clean > /dev/null
 
 mkdir /tmp/$$
+mkdir $BUILD_ROOT/lib
+ln -s /Developer/usr/lib/libLTO.dylib ${BUILD_ROOT}/lib/libLTO.dylib
 for arch in $all_archs
 do
        echo ""