comparison libtomcrypt/check_source.sh @ 1478:3a933956437e coverity

update coverity
author Matt Johnston <matt@ucc.asn.au>
date Fri, 09 Feb 2018 23:49:22 +0800
parents 6dba84798cd5
children
comparison
equal deleted inserted replaced
1439:8d24733026c5 1478:3a933956437e
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$