From 33fcbdeef12b2831cff2dc6eee7c5b48e34d0851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 17 Nov 2016 17:57:20 +0100 Subject: Add tests target and some fixes For now only cppcheck is implemented. --- configure | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 6f8044b..61d988c 100755 --- a/configure +++ b/configure @@ -17,6 +17,8 @@ LFLAGS:::T:F INSTALL:install::T:F GZIP:gzip::T:F DOT:dot::T:F +CPPCHECK:cppcheck::T:F +VALGRIND:valgrind::T:F MKDOCS:mkdocs::T:F" ############################################################################ # TODO add options to fine tune installation directories @@ -45,6 +47,8 @@ print_help() { echo " INSTALL Copy files and set attributes." echo " GZIP Compress file." echo " DOT Directed graphs drawing program." + echo " CPPCHECK Tool for static code analysis." + echo " VALGRIND Suite for debugging and profiling programs." echo " MKDOCS Project documentation generator." echo echo "GEML version $GEML_VERSION" -- cgit v1.2.3