This website requires JavaScript.
Explore
Help
Sign In
h3xx
/
simplify_static_dir
Watch
1
Star
0
Fork
You've already forked simplify_static_dir
0
mirror of
https://codeberg.org/h3xx/simplify_static_dir
synced
2024-08-14 23:57:24 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
15c466e581
simplify_static_dir
/
Makefile
9 lines
95 B
Makefile
Raw
Normal View
History
Unescape
Escape
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.
2023-01-29 21:35:16 +00:00
PROVE
=
prove -rv
TESTS_DIR
=
t
test
:
CI: Don't use FindBin to set test library path
2023-06-23 18:38:22 +00:00
$(
PROVE
)
-l -I
$(
TESTS_DIR
)
$(
TESTS_DIR
)
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.
2023-01-29 21:35:16 +00:00
.PHONY
:
test
Copy permalink