aboutsummaryrefslogtreecommitdiff
path: root/tests/Makemodule.am
AgeCommit message (Expand)Author
2022-11-27Continue cleanup of the test casesDavid Oberhollenzer
2022-11-16filemap xattr: Add a test caseDavid Oberhollenzer
2022-08-20Overhaul tar compression test script, add to corpora test setDavid Oberhollenzer
2022-07-08Cleanup: rename libfstream to libio, split headersDavid Oberhollenzer
2021-08-14Add a test case for the path traversal bugDavid Oberhollenzer
2021-03-06Cleanup: add some structure to the test directoryDavid Oberhollenzer
2021-02-19Add simple test cases for fstree globbingDavid Oberhollenzer
2020-12-15Add a simple test case for the directory scanning codeDavid Oberhollenzer
2020-11-02Cleanup: eliminate the now practically empty test_tar.hDavid Oberhollenzer
2020-10-31Add a test case for tar2sqfs root becomes file & link filteringDavid Oberhollenzer
2020-09-29Replace file/getline usage with istreamDavid Oberhollenzer
2020-09-29Add a more usefull getline-like function to libfstreamDavid Oberhollenzer
2020-09-16Remodel libtar/tar2sqfs to read data from an istream_tDavid Oberhollenzer
2020-09-03Cleanup: reduce tar test cases to a few generic C filesDavid Oberhollenzer
2020-09-03Cleanup copy & paste mess in the tar parser test casesDavid Oberhollenzer
2020-09-02Fix nonexistant gnu tar sparse format 1.0 supportDavid Oberhollenzer
2020-08-16Add a libtar test case for a completely filled link target fieldDavid Oberhollenzer
2020-05-03Actually run the directory pack test if corpora tests are desiredv0.9.1David Oberhollenzer
2020-05-03Add a simple test script for the gensquashfs packdir + allroot use caseDavid Oberhollenzer
2020-04-17tests: improve diagnostics output & make "release builds" workDavid Oberhollenzer
2020-03-18Add a test case for xxhash32David Oberhollenzer
2020-03-18Add a test for the minimal rb-tree implementationDavid Oberhollenzer
2020-02-21Cleanup: move utilities back out of libsquashfsDavid Oberhollenzer
2019-12-27Require the copora tests suits to be enabled explicitlyDavid Oberhollenzer
2019-12-18Move is_filename_sane to libfstree, add test casesDavid Oberhollenzer
2019-12-18Cleanup: internalize some fstree functionsDavid Oberhollenzer
2019-12-16Remove fstree inode tableDavid Oberhollenzer
2019-12-15Add a test script that turns all test tarballs into SquashFS imagesDavid Oberhollenzer
2019-12-14Add a test case for reading binary xattrs from pax/schily headersDavid Oberhollenzer
2019-12-13Add a simplistic integration and regression testDavid Oberhollenzer
2019-11-25Cleanup: remove what is left of libutilDavid Oberhollenzer
2019-11-25Cleanup: move overflow safe alloc code into libsquashfsDavid Oberhollenzer
2019-11-24Cleanup: completely move str_table into libsquashfs internalsDavid Oberhollenzer
2019-11-24Cleanup: move canonicalize_name back to libfstree.aDavid Oberhollenzer
2019-11-23Make sure the unit tests build with the mingw cross compilerDavid Oberhollenzer
2019-11-22Cleanup: move all the compatibillity fluff to a dedicated "libcompat"David Oberhollenzer
2019-10-08Add a configure option to disable building the toolsDavid Oberhollenzer
2019-10-07Improve ABI backward & forward compatibillityDavid Oberhollenzer
2019-09-29Remove fstree xattr test. fstree_t no longer stores xattrs.David Oberhollenzer
2019-09-22Remove block processor ordering testDavid Oberhollenzer
2019-09-20Move canonicalize_name back to libutilDavid Oberhollenzer
2019-09-01Move some application specific stuff out of libutilDavid Oberhollenzer
2019-08-31Turn libsquashfs.a into a shared libraryDavid Oberhollenzer
2019-08-31Merge libcompress.a into libsquashfs.aDavid Oberhollenzer
2019-08-26Move tar_fuzz program over to testsDavid Oberhollenzer
2019-08-25Add minimal test program for fuzzing the fstree_from_file parserDavid Oberhollenzer
2019-08-23Some simple search/replace cases for allocationDavid Oberhollenzer
2019-08-20Add simple test case for block processor orderingDavid Oberhollenzer
2019-08-18Replace update_crc32 helper function with crc32 from zlibDavid Oberhollenzer
2019-07-28Add utility function to compute crc32 check sumsDavid Oberhollenzer