From: Tim Kientzle Date: Sun, 11 May 2008 14:47:57 +0000 (-0400) Subject: Include tar/test/test_patterns.c, the initial skeleton of X-Git-Tag: v2.6.0~251 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c950be814bd0f87d6b1d0a935bda213357dc43f0;p=thirdparty%2Flibarchive.git Include tar/test/test_patterns.c, the initial skeleton of a test for command-line pattern matching. SVN-Revision: 41 --- diff --git a/Makefile.am b/Makefile.am index 0ef2d3d5f..23317aac6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -311,6 +311,7 @@ bsdtar_test_SOURCES= \ tar/test/test_getdate.c \ tar/test/test_help.c \ tar/test/test_option_T.c \ + tar/test/test_patterns.c \ tar/test/test_stdio.c \ tar/test/test_version.c