]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Include tar/test/test_patterns.c, the initial skeleton of
authorTim Kientzle <kientzle@gmail.com>
Sun, 11 May 2008 14:47:57 +0000 (10:47 -0400)
committerTim Kientzle <kientzle@gmail.com>
Sun, 11 May 2008 14:47:57 +0000 (10:47 -0400)
a test for command-line pattern matching.

SVN-Revision: 41

Makefile.am

index 0ef2d3d5f123619413c2d582881938d12601ac73..23317aac6aae984e80ec27fbcd51576652caef81 100644 (file)
@@ -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