From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20027 invoked by alias); 4 Sep 2009 13:49:03 -0000 Received: (qmail 20007 invoked by uid 9657); 4 Sep 2009 13:49:03 -0000 Date: Fri, 04 Sep 2009 13:49:00 -0000 Message-ID: <20090904134903.20005.qmail@sourceware.org> From: wysochanski@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2/test/api Makefile.in Mailing-List: contact lvm2-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: lvm2-cvs-owner@sourceware.org X-SW-Source: 2009-09/txt/msg00033.txt.bz2 CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: wysochanski@sourceware.org 2009-09-04 13:49:02 Modified files: test/api : Makefile.in Log message: Remove 'test' interative api unit tests from 'TARGET' line. The test/api directory TARGET line will be reserved for non-interactive unit tests. Building the interactive test can still be done with "make test" from the test/api dir. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/api/Makefile.in.diff?cvsroot=lvm2&r1=1.7&r2=1.8 --- LVM2/test/api/Makefile.in 2009/07/21 13:51:05 1.7 +++ LVM2/test/api/Makefile.in 2009/09/04 13:49:02 1.8 @@ -19,7 +19,7 @@ DEFS += -DDEBUG endif -TARGETS = test vgtest +TARGETS = vgtest test_SOURCES = test.c vgtest_SOURCES = vgtest.c INCLUDES += -I${top_srcdir}/include