]>
git.saurik.com Git - apple/security.git/blob - SecurityTests/clxutils/secTrustTime/runTests
3 # run secTrustTime in various interesting configurations.
5 set BUILD_DIR
=$LOCAL_BUILD_DIR
7 set SECTIME
="$LOCAL_BUILD_DIR/secTrustTime $LOOPS"
17 echo "Usage: secTrustTime [-tiger]"
23 $SECTIME -k || exit(1)
24 $SECTIME -k -n || exit(1)
25 $SECTIME -K || exit(1)
26 $SECTIME -K -n || exit(1)
27 $SECTIME -T || exit(1)
28 $SECTIME -T -n || exit(1)
29 if($DO_LEOPARD == YES
) then
30 $SECTIME -t || exit(1)