comparison libtomcrypt/check_source.sh @ 1511:5916af64acd4 fuzz

merge from main
author Matt Johnston <matt@ucc.asn.au>
date Sat, 17 Feb 2018 19:29:51 +0800
parents 6dba84798cd5
children
comparison
equal deleted inserted replaced
1457:32f990cc96b1 1511:5916af64acd4
1 #!/bin/bash
2
3 # output version
4 bash printinfo.sh
5
6 make clean > /dev/null
7
8 echo "checking..."
9 ./helper.pl --check-source --check-makefiles --check-defines|| exit 1
10
11 exit 0
12
13 # ref: $Format:%D$
14 # git commit: $Format:%H$
15 # commit time: $Format:%ai$