aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2016-11-17 17:57:20 +0100
committerKarel Kočí <cynerd@email.cz>2016-11-17 17:57:20 +0100
commit33fcbdeef12b2831cff2dc6eee7c5b48e34d0851 (patch)
tree36fde3beca7695ab55e46910443ec25e64d55ea9 /configure
parentad2a23815a49245117cadbfcb6a59dfd6fc95483 (diff)
downloadgeml-master.tar.gz
geml-master.tar.bz2
geml-master.zip
Add tests target and some fixesHEADmaster
For now only cppcheck is implemented.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
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"