summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2019-07-14 18:59:54 -0700
committerRuss Allbery <rra@cpan.org>2019-07-14 18:59:54 -0700
commit317b3f00f8ec5d305f8140af7e6034d7cbaaf125 (patch)
treec404a816061a3658699282c3c6ae06608539960f /t
parent9d16d70856bf3d785a073a0abbc649015581134d (diff)
Also run make check-cppcheck
docknot dist now also runs make check-cppcheck for Autoconf build systems.
Diffstat (limited to 't')
-rwxr-xr-xt/dist/commands.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/dist/commands.t b/t/dist/commands.t
index 9c57189..a8f45b6 100755
--- a/t/dist/commands.t
+++ b/t/dist/commands.t
@@ -74,6 +74,7 @@ $docknot
['make', 'warnings'],
['make', 'check'],
['make', 'clean'],
+ ['make', 'check-cppcheck'],
['make', 'distcheck'],
);
#>>>
@@ -99,6 +100,7 @@ $docknot
['make', 'warnings'],
['make', 'check'],
['make', 'clean'],
+ ['make', 'check-cppcheck'],
['make', 'distcheck'],
);
#>>>