Skip to content

Commit

Permalink
Tweaking testing script.
Browse files Browse the repository at this point in the history
  • Loading branch information
nygard committed Jun 30, 2009
1 parent 43ba201 commit fdde897
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Tests/doTests
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,15 @@ NEW_CD=/Local/nygard/Products/Debug/class-dump
# Must be a version that supports --list-arches
ARCH_CD=~/Unix/bin/class-dump-3.1.2

FRAMEWORKS=(/System//Library/Frameworks/*.framework /System/Library/PrivateFrameworks/*.framework /Developer/Library/Frameworks/*.framework /Developer/Library/PrivateFrameworks/*.framework)
APPS=(/Applications/*.app /Applications/*/*.app /Applications/Utilities/*.app /Developer/Applications/*.app /Developer/Applications/*/*.app ~/Applications/*.app ~/Applications/*.app)
#/Volumes/BigData/TestApplications/*.app

echo "Starting tests at `date`"

ls -ld /System/Library/Frameworks/*.framework /System/Library/PrivateFrameworks/*.framework /Applications/*.app /Applications/*/*.app /Applications/Utilities/*.app /Developer/Applications/*.app /Developer/Applications/*/*.app ~/Applications/*.app ~/Applications/*.app /Volumes/BigData/TestApplications/*.app | wc
echo " Framework count: " `ls -ld $FRAMEWORKS | wc -l`
echo "Application count: " `ls -ld $APPS | wc -l`
echo " Total: " `ls -ld $FRAMEWORKS $APPS | wc -l`

mkdir $TESTDIR $TESTDIR_OLD $TESTDIR_NEW

Expand Down

0 comments on commit fdde897

Please sign in to comment.