From 0d947eddb1a19b22d0c5ac7c1bf558350bf1c69e Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Thu, 13 Sep 2012 21:47:51 +0000 Subject: [PATCH] added test-cppcheck.sh in the distrib --- tests/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index eaee750..7bed616 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -4,7 +4,10 @@ check-local: checkpatch.pl DEFS = -DPACKAGE_DATA_DIR=\"$(pkgdatadir)\" -DLOCALEDIR=\"$(localedir)\" @DEFS@ -EXTRA_DIST = checkpatch.pl data test-io-dir-list.sh +EXTRA_DIST = checkpatch.pl \ + data \ + test-cppcheck.sh \ + test-io-dir-list.sh check_PROGRAMS = test-io-dir-list \ test-psensor-type-to-unit-str \ -- 2.7.4