From 8403dcf8e970e3f3aa2a1c25081a99b62abd509b Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Wed, 2 Jun 2010 22:16:47 +0000 Subject: [PATCH] fixed dietlibc/non-dietlibc issues in testsuite git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2893 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- ensc_vector/testsuite/Makefile-files | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ensc_vector/testsuite/Makefile-files b/ensc_vector/testsuite/Makefile-files index 9509f91..1167d3c 100644 --- a/ensc_vector/testsuite/Makefile-files +++ b/ensc_vector/testsuite/Makefile-files @@ -1,16 +1,16 @@ ## $Id$ --*- makefile -*-- ## Copyright (C) 2004 Enrico Scholz -## +## ## 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; version 2 of the License. -## +## ## 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, write to the Free Software ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. @@ -21,6 +21,9 @@ check_PROGRAMS += ensc_vector/testsuite/test1 \ TESTS += ensc_vector/testsuite/test1 \ ensc_vector/testsuite/test2 +DIETPROGS += ensc_vector/testsuite/test1 \ + ensc_vector/testsuite/test2 + ensc_vector_testsuite_test1_SOURCES = ensc_vector/testsuite/test1.c ensc_vector_testsuite_test1_LDADD = $(LIBENSCVECTOR) -- 1.8.1.5