mirror of
https://codeberg.org/h3xx/simplify_static_dir
synced 2024-08-14 23:57:24 +00:00
CI: Replace shell script tests with TAP harness
During all this I uncovered a bug in how Archive::Tar handles sparse files stored in tarballs; the library reports the file as having no contents and a size of 0. As a result, in the freed-bytes-commas test, the tarball extraction has been replaced by on-the-fly file creation.
This commit is contained in:
parent
5da826e664
commit
22a7b86113
15 changed files with 346 additions and 226 deletions
8
Makefile
Normal file
8
Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
PROVE = prove -rv
|
||||
|
||||
TESTS_DIR = t
|
||||
|
||||
test:
|
||||
$(PROVE) $(TESTS_DIR)
|
||||
|
||||
.PHONY: test
|
Loading…
Add table
Add a link
Reference in a new issue