summaryrefslogtreecommitdiff
path: root/cpio/test/test.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add assertFileTextContents to bsdcpio_test.Michihiro NAKAJIMA2009-03-131-0/+3
* On Windows, pass test_format_newc in bsdcpio_test.Michihiro NAKAJIMA2009-03-061-0/+8
* We can build bsdcpio on Windows. But it hasn't tested yet.Michihiro NAKAJIMA2009-03-061-0/+6
* In bsdcpio_test, Do not use getopt() function, which isn'tMichihiro NAKAJIMA2009-03-061-1/+1
* On second thought, another guard here wouldn't hurt.Tim Kientzle2009-02-091-0/+1
* Make the fake __FBSDID() macro match the one in cpio/cpio_platform.h,Tim Kientzle2009-02-091-1/+1
* Rely on the compiler's include search path to find config.h files.Tim Kientzle2009-01-181-3/+3
* IFCTim Kientzle2008-06-211-1/+1
* Consistify the test harnesses and ensure that config.h getsTim Kientzle2008-06-051-17/+20
* Continue populating the libarchive-portable project from my local repository.Tim Kientzle2008-04-291-0/+147