Project Info Name.......: gnu-hello
Description: GNU Hello


gnu-hello       
Info
Commit...:e480417a611ac479f235d423322fadfc1c99f1d7
Author...:Sami Kerola
Committer:Sami Kerola
Date.....:Fri Dec 27 11:31:51 2013 +0000
Parents..:50268cf902cd26232116276767cb7f39770f3ee4

Message
make none-recursive build commit 714f2a2 complete

* .gitignore: ignore test-suite.log
* tests/Makefile.am: remove unnecessary file

Changes
diff --git a/.gitignore b/.gitignore
line changes: +1/-0
index dbf749f..50011b7
--- a/.gitignore
+++ b/.gitignore
@@ -46,3 +46,4 @@
 /src/.libs
 /stamp-h1
 /stamp.h*
+/test-suite.log

diff --git a/tests/Makefile.am b/tests/Makefile.am
line changes: +0/-29
index 006c3d4..0000000
--- a/tests/Makefile.am
+++ /dev/null
@@ -1,29 +0,0 @@
-# Makefile for hello/tests.
-#
-# Copyright 1996, 2005, 2006, 2007, 2008, 2010, 2013 Free Software
-# Foundation, Inc.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-TESTS = greeting-1 greeting-2 hello-1 last-1 traditional-1
-
-EXTRA_DIST = $(TESTS)
-
-LOG_COMPILER = $(SHELL)
-
-AM_TESTS_ENVIRONMENT = \
-  top_srcdir=$(top_srcdir) \
-  PATH=.$(PATH_SEPARATOR)../src$(PATH_SEPARATOR)$$PATH \
-  HELLO=`echo hello | sed '$(transform)'`; \
-  export HELLO PATH top_srcdir;

This website is licensed under AGPL-3.0. Feel free to copy!