diff options
Diffstat (limited to 'libtomcrypt/check_source.sh')
-rwxr-xr-x | libtomcrypt/check_source.sh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libtomcrypt/check_source.sh b/libtomcrypt/check_source.sh new file mode 100755 index 0000000..731377b --- /dev/null +++ b/libtomcrypt/check_source.sh @@ -0,0 +1,15 @@ +#!/bin/bash + +# output version +bash printinfo.sh + +make clean > /dev/null + +echo "checking..." +./helper.pl --check-source --check-makefiles --check-defines|| exit 1 + +exit 0 + +# ref: $Format:%D$ +# git commit: $Format:%H$ +# commit time: $Format:%ai$ |