]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/run-all-unit-tests
dyld-44.2.tar.gz
[apple/dyld.git] / unit-tests / run-all-unit-tests
index 4a1d1c64c612e660298eae5a3de0d2e9ba4fb903..38f89605fba4e0501aae65560cdd98959a2c8d6e 100755 (executable)
@@ -25,4 +25,16 @@ then
        ../bin/make-recursive.pl ARCH="-arch ppc64" | ../bin/result-filter.pl
 fi
 
+# if Intel, then also run all test cases under emulation
+if [ `machine` = "pentium4" ] 
+then
+       echo ""
+       echo " * * * Running all unit tests for emulated 32-bits * * *"
+       
+       # make clean
+       ../bin/make-recursive.pl clean > /dev/null
+
+       # build 64-bit architecture
+       ../bin/make-recursive.pl ARCH="-arch ppc" | ../bin/result-filter.pl
+fi