public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
From: zkabelac@sourceware.org
To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org
Subject: LVM2/test Makefile.in api/Makefile.in lib/harn ...
Date: Wed, 23 Nov 2011 14:56:00 -0000 [thread overview]
Message-ID: <20111123145648.13518.qmail@sourceware.org> (raw)
CVSROOT: /cvs/lvm2
Module name: LVM2
Changes by: zkabelac@sourceware.org 2011-11-23 14:56:47
Modified files:
test : Makefile.in
test/api : Makefile.in
test/lib : harness.c
Log message:
Cleanup files from testing
Cleanup generated files from coverage testing.
Do not skip standard .o compilation for lib/not and lib/harness.
Make a bit longer string in harness to fit new shell/ in.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/Makefile.in.diff?cvsroot=lvm2&r1=1.65&r2=1.66
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/api/Makefile.in.diff?cvsroot=lvm2&r1=1.24&r2=1.25
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/lib/harness.c.diff?cvsroot=lvm2&r1=1.9&r2=1.10
--- LVM2/test/Makefile.in 2011/11/23 13:03:57 1.65
+++ LVM2/test/Makefile.in 2011/11/23 14:56:47 1.66
@@ -25,6 +25,7 @@
abs_top_srcdir = @abs_top_srcdir@
SUBDIRS = api unit
+SOURCES = lib/not.c lib/harness.c
include $(top_builddir)/make.tmpl
@@ -61,8 +62,8 @@
lib/should: lib/not
ln -sf not lib/should
-lib/%: $(srcdir)/lib/%.c .lib-dir-stamp
- $(CC) $(DEFS) $(CFLAGS) -o $@ $<
+lib/%: lib/%.o .lib-dir-stamp
+ $(CC) $(LDFLAGS) -o $@ $<
lib/%: $(srcdir)/lib/%.sh .lib-dir-stamp
cp $< $@
--- LVM2/test/api/Makefile.in 2011/11/23 13:02:17 1.24
+++ LVM2/test/api/Makefile.in 2011/11/23 14:56:47 1.25
@@ -21,6 +21,7 @@
SOURCES = test.c
TARGETS += vgtest.t percent.t pe_start.t
+SOURCES2 = vgtest.c percent.c pe_start.c
endif
include $(top_builddir)/make.tmpl
--- LVM2/test/lib/harness.c 2011/11/07 17:02:56 1.9
+++ LVM2/test/lib/harness.c 2011/11/23 14:56:47 1.10
@@ -208,7 +208,7 @@
char buf[128];
snprintf(buf, 128, "%s ...", f);
buf[127] = 0;
- printf("Running %-40s ", buf);
+ printf("Running %-50s ", buf);
fflush(stdout);
while ((w = waitpid(pid, &st, WNOHANG)) == 0) {
drain();
reply other threads:[~2011-11-23 14:56 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20111123145648.13518.qmail@sourceware.org \
--to=zkabelac@sourceware.org \
--cc=lvm-devel@redhat.com \
--cc=lvm2-cvs@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).