tomcrypt/check_source.sh

16 lines
189 B
Bash
Raw Normal View History

#!/bin/bash
# output version
bash printinfo.sh
make clean > /dev/null
echo "checking..."
./helper.pl --check-source --check-makefiles || exit 1
exit 0
# $Source$
# $Revision$
# $Date$