]> git.saurik.com Git - apple/security.git/blobdiff - SecurityTests/testKeychainAPI/run.sh
Security-57031.1.35.tar.gz
[apple/security.git] / SecurityTests / testKeychainAPI / run.sh
diff --git a/SecurityTests/testKeychainAPI/run.sh b/SecurityTests/testKeychainAPI/run.sh
new file mode 100755 (executable)
index 0000000..8070920
--- /dev/null
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+HOME=/tmp/kc$$
+export HOME
+mkdir -p $HOME/Library/Preferences
+
+echo Running with HOME=$HOME
+
+${LOCAL_BUILD_DIR}/testKeychainAPI.app/Contents/MacOS/testKeychainAPI -vnall
+${LOCAL_BUILD_DIR}/testKeychainAPI.app/Contents/MacOS/testKeychainAPI -vsall
+
+rm -rf /tmp/kc$$