]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/run-all-unit-tests
ld64-85.tar.gz
[apple/ld64.git] / unit-tests / run-all-unit-tests
index 4ee740337b4f0ea0812e8f9ea4a7cdb50bedb693..e21c2b3611b92c44f0a87008e4e34cbce037737f 100755 (executable)
@@ -14,6 +14,9 @@ cd `echo "$0" | sed 's/run-all-unit-tests/test-cases/'`
 all_archs="x86_64 armv6 thumb ppc ppc64 i386  "
 valid_archs="x86_64 armv6 ppc ppc64 i386  "
 
+# clean first
+../bin/make-recursive.pl clean > /dev/null
+
 mkdir /tmp/$$
 for arch in $all_archs
 do