/testing/guestbin/swan-prep
west #
 # Check the enum name tables
west #
 #
west #
 # Use CMP not DIFF.  When there's a difference, the output from diff
west #
 # mixed in with the output from comparing console.txt files looks too
west #
 # much like console.txt needs updating when it doesn't.
west #
 #
west #
 # To update OUTPUT.enumcheck.txt run something like:
west #
 # $ ./OBJ.linux.x86_64/testing/enumcheck/enumcheck > testing/enumcheck/OUTPUT.enumcheck.txt
west #
 # $ git diff
west #
 ipsec enumcheck | cmp ../../check/enum/OUTPUT.enumcheck.txt - || echo "Does the file OUTPUT.enumcheck.txt need updating?"
enumcheck: leak detective found no leaks
west #
 # other checks
west #
 ipsec jambufcheck > /dev/null || echo failed
west #
 ipsec timecheck > /dev/null || echo failed
west #
 ipsec shunkcheck > /dev/null || echo failed
west #
 ipsec dncheck > /dev/null || echo failed
west #
 # Need to disable DNS tests
west #
 ipsec ipcheck --nodns > /dev/null || echo failed
west #
 
