summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2011-04-11 15:39:38 +0200
committerMartin Kosek <mkosek@redhat.com>2011-04-13 15:43:47 +0200
commitfb329bc8b0dcde54b113fd0cc4b03ab9c11febd0 (patch)
tree4d4ef201b9d211f2259a75d009c92f0227f52edc /Makefile
parentb007233470fcf12943aeefd00f23caeaa3866267 (diff)
downloadfreeipa-fb329bc8b0dcde54b113fd0cc4b03ab9c11febd0.tar.gz
freeipa-fb329bc8b0dcde54b113fd0cc4b03ab9c11febd0.tar.xz
freeipa-fb329bc8b0dcde54b113fd0cc4b03ab9c11febd0.zip
Add lint script for static code analysis.
ticket 867
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4cc9dea0b..f8f59878c 100644
--- a/Makefile
+++ b/Makefile
@@ -72,6 +72,9 @@ client-install: client
python setup-client.py install --root $(DESTDIR); \
fi
+lint:
+ ./make-lint
+
test:
$(MAKE) -C install/po test_lang
./make-test