Bug#737258: [patch] Add simple 'make check' target to test libtar after build

2014-02-09 Thread Petter Reinholdtsen
To make it easier, here is an attached patch relative to the current upstream git repository. This is the output when running 'make check'. root@hurdtest:~/libtar# make check Making check in lib make[1]: Entering directory `/root/libtar/lib' make[1]: Nothing to be done for `check'. make[1]:

Bug#737258: [patch] Add simple 'make check' target to test libtar after build

2014-02-09 Thread Petter Reinholdtsen
[Petter Reinholdtsen] To make it easier, here is an attached patch relative to the current upstream git repository. This is the output when running 'make check'. Gah, forgot the patch. -- Happy hacking Petter Reinholdtsen diff --git a/Makefile.am b/Makefile.am index 2bfc77f..3179c10 100644

Bug#737258: [patch] Add simple 'make check' target to test libtar after build

2014-01-31 Thread Petter Reinholdtsen
Package: libtar Version: 1.2.20-1 Severity: wishlist Tags: forwarded patch Hi. Here is a patch implementing a simple 'make check' target to make it easier to verify that libtar is working as it should after build. I found it useful on Hurd trying to clean up the patch in URL:

Bug#737258: [patch] Add simple 'make check' target to test libtar after build

2014-01-31 Thread Petter Reinholdtsen
Forgot one small part of the patch to make sure 'make check' work from the top. :) diff --git a/Makefile.am b/Makefile.am index 2bfc77f..3179c10 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,5 +10,5 @@ ACLOCAL_AMFLAGS = -I autoconf #@SET_MAKE@ -SUBDIRS = lib libtar doc +SUBDIRS = lib