summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-02-08 00:50:20 +0300
committerAndrei Karas <akaras@inbox.ru>2012-02-08 00:51:05 +0300
commitda44888ee2de9ae1e5c006126e84b36fcc95d4e5 (patch)
treeb4c0e2ef6157f08bcf46cf5ff42876aaf9ceaf00 /build
parentff5e17ff14a78af31d9d23cd1dfdb5404f9a8fa9 (diff)
downloadplus-da44888ee2de9ae1e5c006126e84b36fcc95d4e5.tar.gz
plus-da44888ee2de9ae1e5c006126e84b36fcc95d4e5.tar.bz2
plus-da44888ee2de9ae1e5c006126e84b36fcc95d4e5.tar.xz
plus-da44888ee2de9ae1e5c006126e84b36fcc95d4e5.zip
Add makecheck5 tool.
Diffstat (limited to 'build')
-rwxr-xr-xbuild/makecheck55
1 files changed, 5 insertions, 0 deletions
diff --git a/build/makecheck5 b/build/makecheck5
new file mode 100755
index 000000000..e20b58729
--- /dev/null
+++ b/build/makecheck5
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+find ../src -type f -name "*.cpp" -exec ../../vera++/vera++ {} \; 2>makecheck_err.txt
+find ../src -type f -name "*.hpp" -exec ../../vera++/vera++ {} \; 2>>makecheck_err.txt
+find ../src -type f -name "*.h" -exec ../../vera++/vera++ {} \; 2>>makecheck_err.txt