summaryrefslogtreecommitdiff
path: root/cpio/test/test.h
Commit message (Expand)AuthorAgeFilesLines
* test suite: use a single main test file for all testsMartin Matuska2017-02-211-327/+13
* 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-0/+5
* Add and use assertion_file_mode() in other testsGraham Percival2016-09-261-0/+1
* Sync up test harnessesTim Kientzle2016-04-291-0/+4
* Really sync up the test harnessesTim Kientzle2016-01-281-0/+13
* Visual Studio 2015 ChangesHans Hinrichsen2016-01-131-1/+1
* 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-3/+3
* Show third party library versions in version stringRoss Lagerwall2013-09-161-0/+1
* 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/+18
* Introduce archive_match_exclude_pattern_from_file(_w) andMichihiro NAKAJIMA2012-02-121-2/+4
* Introduce canNodump and assertNodump to bsdtar_test and bsdcpio_test.Michihiro NAKAJIMA2011-12-311-0/+6
* Align the test harnesses in each project.Tim Kientzle2011-11-121-6/+7
* Issue 196: cpio format tests should verify that nlinks in theTim Kientzle2011-11-121-7/+0
* Consider the large i-node number for the tests using cpio newc format.Michihiro NAKAJIMA2011-04-131-0/+3
* Reconcile the test harnesses across libarchive, tar, and cpio.Tim Kientzle2010-10-311-33/+46
* QNX needs stdint.h in the test cases as well.Joerg Sonnenberger2010-06-171-3/+2
* On Borland C environment, both dirent.h and direct.h are available.Michihiro NAKAJIMA2009-12-201-1/+2
* Don't use _getcwd and _strdup on Borland C Compiler.Michihiro NAKAJIMA2009-12-181-0/+2
* Make the __FBSDID() handling more platform-agnostic by usingTim Kientzle2009-11-011-6/+6
* Tweak for Haiku.Tim Kientzle2009-10-311-0/+6
* Merge cpio test refactorings into tar and libarchive test harnesses,Tim Kientzle2009-09-121-0/+6
* Refactor hardlink/symlink support in test harness: we now haveTim Kientzle2009-09-121-9/+9
* Real hardlink detection on Windows (yes, Windows stat() really does seem to b...Tim Kientzle2009-09-111-0/+7
* Propagate the recent overhaul of libarchive/test/main.c to the tar andTim Kientzle2009-09-101-52/+70
* Rewrite a lot of the test assertion framework.Tim Kientzle2009-08-221-0/+4
* bsdcpio_test builds cleanly on VS9 and MinGW with this revision.Tim Kientzle2009-08-061-0/+3
* More updates of cpio_test to new infrastructure.Tim Kientzle2009-08-021-0/+3
* Reduce diffs between tar/test infrastructure and cpio/test infrastructure.Tim Kientzle2009-08-021-40/+79
* Merge various test framework improvements across the variousTim Kientzle2009-07-261-6/+30
* Cygwin build fixes, thanks to Charles Wilson.Tim Kientzle2009-06-281-1/+1
* Fix running bsdcpio_test in a dir with spaces by quoting the program name app...Tim Kientzle2009-06-281-1/+3
* Issue 15, part 8. Headers and #includes...Charles Wilson2009-03-201-3/+1
* Eliminate building error on Ubuntu.Michihiro NAKAJIMA2009-03-191-0/+1
* Issue 15, part 6. Fix test failure on cygwin-1.7.xCharles Wilson2009-03-181-0/+12
* Issue 15, part 3. Mechanical conversion of #defines, cpio/Charles Wilson2009-03-181-3/+3
* NL macro is no longer needed.Michihiro NAKAJIMA2009-03-131-8/+0