summaryrefslogtreecommitdiff
path: root/makecheck1
diff options
context:
space:
mode:
Diffstat (limited to 'makecheck1')
-rwxr-xr-xmakecheck13
1 files changed, 3 insertions, 0 deletions
diff --git a/makecheck1 b/makecheck1
new file mode 100755
index 000000000..2758b123d
--- /dev/null
+++ b/makecheck1
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+cppcheck --enable=all --force -j 5 -v . 1>makecheck.txt 2>makecheck_err.txt