bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-inetutils] [PATCH] Add missing test scripts to the distribution


From: Ludovic Courtès
Subject: [bug-inetutils] [PATCH] Add missing test scripts to the distribution
Date: Fri, 04 Dec 2009 14:26:05 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Hello,

The (untested) patch below adds test scripts to the distribution.

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 1813a98..ea6e2b3 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -21,6 +21,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/libinetutils -I$(top_srcdir)/lib
 LDADD = -L../libinetutils -linetutils
 
 check_PROGRAMS = localhost
-TESTS = $(check_PROGRAMS) ping-localhost.sh traceroute-localhost.sh
+check_SCRIPTS = ping-localhost.sh traceroute-localhost.sh
+TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
 
 TESTS_ENVIRONMENT = EXEEXT=$(EXEEXT)
Thanks,
Ludo’.

Attachment: pgpQBwvE55sMM.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]