]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Fix FreeBSD build.
authorTim Kientzle <kientzle@gmail.com>
Sun, 23 Aug 2009 04:15:29 +0000 (00:15 -0400)
committerTim Kientzle <kientzle@gmail.com>
Sun, 23 Aug 2009 04:15:29 +0000 (00:15 -0400)
SVN-Revision: 1383

tar/test/Makefile

index 06d27abcd7e9ad74245e977fcf2eaaf42449d836..3edf09662389812bf2289819118a49305cdfa065 100644 (file)
@@ -21,7 +21,8 @@ TESTS=        \
        test_stdio.c                            \
        test_strip_components.c                 \
        test_symlink_dir.c                      \
-       test_version.c
+       test_version.c                          \
+       test_windows.c
 
 # Build the test program
 SRCS= ${TAR_SRCS}                              \