summaryrefslogtreecommitdiffstats
path: root/cfg.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-11-09 15:05:23 +0100
committerJim Meyering <meyering@redhat.com>2009-11-09 22:42:02 +0100
commit0e1e0f10df2c45cf0c43633ce0e59a4780308e63 (patch)
tree1b5ce55d1b64af54f119564e54e3b5aba5613092 /cfg.mk
parentc9d94984588d166bcdc077a7972a1b454678ba10 (diff)
downloadlibguestfs-0e1e0f10df2c45cf0c43633ce0e59a4780308e63.tar.gz
libguestfs-0e1e0f10df2c45cf0c43633ce0e59a4780308e63.tar.xz
libguestfs-0e1e0f10df2c45cf0c43633ce0e59a4780308e63.zip
tests: enable strcmp-related syntax-check tests
* cfg.mk (local-checks-to-skip): Don't skip these checks: sc_prohibit_strcmp_and_strncmp, sc_prohibit_strcmp.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/cfg.mk b/cfg.mk
index 134725a8..0c19cc9f 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -36,8 +36,6 @@ local-checks-to-skip = \
sc_prohibit_quote_without_use \
sc_prohibit_quotearg_without_use \
sc_prohibit_stat_st_blocks \
- sc_prohibit_strcmp_and_strncmp \
- sc_prohibit_strcmp \
sc_space_tab \
sc_two_space_separator_in_usage \
sc_error_message_uppercase \