From 0253bcc8af819b63ea80294ee08dd36b3bf546b5 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Thu, 21 Feb 2002 17:25:16 +0000 Subject: [PATCH] =?utf8?q?-=20"check"-Target=20f=FCr=20"make=20check"=20un?= =?utf8?q?d=20"make=20distcheck"=20begonnen=20...?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/ngircd/Makefile.am | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/ngircd/Makefile.am b/src/ngircd/Makefile.am index 3c3bf333..8ef5b953 100644 --- a/src/ngircd/Makefile.am +++ b/src/ngircd/Makefile.am @@ -9,9 +9,12 @@ # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste # der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. # -# $Id: Makefile.am,v 1.10 2002/01/02 02:43:50 alex Exp $ +# $Id: Makefile.am,v 1.11 2002/02/21 17:25:16 alex Exp $ # # $Log: Makefile.am,v $ +# Revision 1.11 2002/02/21 17:25:16 alex +# - "check"-Target für "make check" und "make distcheck" begonnen ... +# # Revision 1.10 2002/01/02 02:43:50 alex # - Copyright-Text ergaenzt bzw. aktualisiert. # @@ -53,7 +56,20 @@ ngircd_SOURCES = ngircd.c channel.c client.c conf.c conn.c irc.c log.c \ noinst_HEADERS = ngircd.h channel.h client.h conf.h conn.h irc.h log.h \ parse.h tool.h global.h messages.h defines.h +clean-local: + rm -f check-version check-help + maintainer-clean-local: rm -f Makefile Makefile.in +check-version: Makefile + echo "#!/bin/sh" > check-version + echo "./ngircd --version | grep version > /dev/null 2>&1" >> check-version + +check-help: Makefile + echo "#!/bin/sh" > check-help + echo "./ngircd --help | grep help > /dev/null 2>&1" >> check-help + +TESTS = check-version check-help + # -eof- -- 2.39.2