From: Jean-Philippe Orsini Date: Thu, 13 Sep 2012 21:47:51 +0000 (+0000) Subject: added test-cppcheck.sh in the distrib X-Git-Tag: v0.8.0.5~219 X-Git-Url: http://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=0d947eddb1a19b22d0c5ac7c1bf558350bf1c69e added test-cppcheck.sh in the distrib --- 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 \