tomcrypt/check_source.sh

16 lines
253 B
Bash
Raw Normal View History

#!/bin/bash
# output version
bash printinfo.sh
make clean > /dev/null
echo "checking..."
2017-03-15 16:29:09 -04:00
./helper.pl --check-source --check-makefiles --check-defines|| exit 1
exit 0
2017-06-19 07:43:49 -04:00
# ref: $Format:%D$
# git commit: $Format:%H$
# commit time: $Format:%ai$