r23661 - /scripts/KGB/Makefile

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Jul 28 13:05:38 UTC 2008


Author: dmn
Date: Mon Jul 28 13:05:36 2008
New Revision: 23661

URL: http://svn.debian.org/wsvn/?sc=1&rev=23661
Log:
Makefile: add minimal test suite

Modified:
    scripts/KGB/Makefile

Modified: scripts/KGB/Makefile
URL: http://svn.debian.org/wsvn/scripts/KGB/Makefile?rev=23661&op=diff
==============================================================================
--- scripts/KGB/Makefile (original)
+++ scripts/KGB/Makefile Mon Jul 28 13:05:36 2008
@@ -1,5 +1,6 @@
 DESTDIR?=
 PREFIX ?= /usr/local
+PERL   ?= /usr/bin/perl
 
 all:
 
@@ -8,3 +9,8 @@
 	install -m 0755 server/KGB $(DESTDIR)/$(PREFIX)/sbin/kgb-bot
 	install -d $(DESTDIR)/$(PREFIX)/share/man/man1
 	pod2man server/KGB > $(DESTDIR)/$(PREFIX)/share/man/man1/kgb-bot.1
+
+test:
+	$(PERL) -c server/KGB
+	$(PERL) -c client/KGB_sendcommit
+	sh -n client/post-commit




More information about the Pkg-perl-cvs-commits mailing list