summaryrefslogtreecommitdiff
path: root/libarchive/test/test.h
Commit message (Expand)AuthorAgeFilesLines
* Fix -Werror=implicit-fallthrough= for GCC 7.Wei-Cheng Pan2017-10-311-0/+6
* test suite: use a single main test file for all testsMartin Matuska2017-02-211-381/+9
* Add NFSv4 ACL support for Mac OS XMartin Matuska2017-01-291-1/+10
* Unify platform ACL testsMartin Matuska2017-01-111-0/+17
* Extend NFSv4 ACL support in libarchiveMartin Matuska2016-12-271-0/+17
* Sync up the test harnesses, fix an "unused var" warning on WindowsTim Kientzle2016-10-231-0/+4
* Issue #801: close the file descriptor when testing link countsTim Kientzle2016-10-111-1/+4
* Test cases for Github Issue #744, #745, and #746.Tim Kientzle2016-08-091-0/+3
* Issue #655: Be more careful verifying sparse file readingTim Kientzle2016-04-091-0/+4
* Really sync up the test harnessesTim Kientzle2016-01-281-1/+4
* Visual Studio 2015 ChangesHans Hinrichsen2016-01-131-1/+1
* Test harness should use 'const' buffer hereTim Kientzle2015-06-081-3/+3
* Add lz4 test for bsdcat.Michihiro NAKAJIMA2014-08-181-0/+3
* Add a test utility function, copy_reference_file simply copingMichihiro NAKAJIMA2014-06-291-0/+2
* fixes for test programs to be buildable by Open WatcomJiri Malak2014-03-121-1/+1
* Refactor Zip writer.Tim Kientzle2013-12-011-0/+3
* Implement command to test if commands are available in the current platform.Andres Mejia2012-12-071-0/+3
* Switch an external program for xz decompression from "unxz" toMichihiro NAKAJIMA2012-10-141-2/+2
* Switch an external program for lzma decompression from "unlzma" toMichihiro NAKAJIMA2012-10-141-2/+2
* Switch an external program for lzip decompression from "lunzip" toMichihiro NAKAJIMA2012-10-141-2/+2
* Switch an external program for bzip2 decompression from "bunzip2"Michihiro NAKAJIMA2012-10-131-2/+2
* canGunzip is no longer needed. We use "gzip -d" for gzip decompression.Michihiro NAKAJIMA2012-10-111-3/+0
* Place canGrzip before canGzip.Michihiro NAKAJIMA2012-10-101-3/+3
* Add support for grzip compression.Michihiro NAKAJIMA2012-10-101-0/+3
* Add support for lzop.Michihiro NAKAJIMA2012-10-071-0/+3
* lrunzip is no longer used.Michihiro NAKAJIMA2012-10-061-3/+0
* Revert part of d1be20168 because gunzip is still used inMichihiro NAKAJIMA2012-10-061-0/+3
* When zlib is not available, use "gzip -d" insted of gunzipMichihiro NAKAJIMA2012-10-051-3/+0
* Add extraction tests for compressed files to bsdtar_test.Michihiro NAKAJIMA2012-10-031-0/+15
* Add canLrzip() utility to probe for existence of lrzip executable on this pla...Tim Kientzle2012-06-091-0/+3
* Implement support for reading from multiple data objects as one large stream.Andres Mejia2012-03-251-0/+5
* Introduce archive_match_exclude_pattern_from_file(_w) andMichihiro NAKAJIMA2012-02-121-2/+4
* Rename read_open_memory2 to read_open_memory_minimal, which isTim Kientzle2012-01-231-2/+2
* Enable canNodump and assertNodump on linux and move them into test/main.cMichihiro NAKAJIMA2011-12-311-0/+6
* Extend the specialized read_open_memory to provide a seek callback as well.Tim Kientzle2011-11-201-0/+2
* Align the test harnesses in each project.Tim Kientzle2011-11-121-1/+3
* Issue 196: cpio format tests should verify that nlinks in theTim Kientzle2011-11-121-7/+0
* Add assertEqualUTF8String. If two strings are not equal, that will dump their...Michihiro NAKAJIMA2011-05-041-3/+5
* Simplify a check of de_DE.UTF-8 locale in libarchive test suite on Windows.Michihiro NAKAJIMA2011-04-101-3/+0
* test.h: leave __LIBARCHIVE_TEST up to individual test filesRoman Neuhauser2011-04-091-1/+0
* test_archive_string.c: tests for some archive_string operationsRoman Neuhauser2011-04-041-0/+2
* Remove canConvertCharset from test/main.c and test_pax_filename_encoding.cMichihiro NAKAJIMA2011-03-241-3/+0
* Skip the tests which perform a character-set conversion if the platformMichihiro NAKAJIMA2011-03-201-0/+3
* Add the ability to restore atime to the directory traversals.Michihiro NAKAJIMA2011-01-211-0/+3
* Reconcile the test harnesses across libarchive, tar, and cpio.Tim Kientzle2010-10-311-33/+37
* Move dmalloc.h inclusion to where it doesn't interfere with system headers.Tim Kientzle2010-01-011-3/+4
* Sync $FreeBSD$ version info from FreeBSD SVNTim Kientzle2009-12-301-1/+1
* On Borland C environment, both dirent.h and direct.h are available.Michihiro NAKAJIMA2009-12-201-1/+2
* In libarchive_test, disable the warning which Borland C compilerMichihiro NAKAJIMA2009-12-201-0/+4
* Don't use _getcwd and _strdup on Borland C Compiler.Michihiro NAKAJIMA2009-12-181-0/+2