File: cppcheck-test.sh.in

package info (click to toggle)
libcmis 0.5.1%2Bgit20160603-3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 3,088 kB
  • ctags: 2,704
  • sloc: cpp: 23,427; xml: 4,499; makefile: 486; sh: 216; ansic: 111
file content (5 lines) | stat: -rwxr-xr-x 177 bytes parent folder | download
1
2
3
4
5
#!/bin/sh
@CPPCHECK@ -q --enable=style,performance,portability,information \
           --suppressions-list=./cppcheck-suppress \
           --error-exitcode=1 @SRCDIR@
exit $?