]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/run-all-unit-tests
dyld-239.3.tar.gz
[apple/dyld.git] / unit-tests / run-all-unit-tests
index 91659ba8c6b82369bc42497441a1eefd17036ff9..d1df892e859bbf1efaa0d82a2428715ce94de330 100755 (executable)
@@ -8,7 +8,7 @@ CRSTATE=`defaults read com.apple.CrashReporter DialogType`
 defaults write com.apple.CrashReporter DialogType basic
 
 # run test targeting different OS versions
-for OSVERSION in 10.7 10.6 10.5 10.4
+for OSVERSION in 10.9 10.8 10.7 10.6 10.5 10.4
 do 
        echo ""
        echo " * * * Running all unit tests i386 built for $OSVERSION * * *"