]> Git Repo - buildroot-mgba.git/commit
package/bats-file: new package
authorBrandon Maier <[email protected]>
Fri, 3 May 2024 01:59:59 +0000 (01:59 +0000)
committerYann E. MORIN <[email protected]>
Sun, 5 May 2024 09:08:56 +0000 (11:08 +0200)
commita3d91b0a83339e19594dbc12b6345fb38b00f9ea
treecbac19342bdc3f0c32a09fc23a3f57eb18019ac2
parent154663c71ea4b6f6061801fe79f7554f695f3d38
package/bats-file: new package

bats-file is a helper library providing common filesystem related
assertions and helpers for Bats.

This library does not provide an installer. Manually install the files
under /usr/lib/bats/bats-file which is what the Arch Linux package
does[1]. This makes the library loadable using `bats_load_library`[2].

[1] https://gitlab.archlinux.org/archlinux/packaging/packages/bats-file/-/blob/main/PKGBUILD?ref_type=heads
[2] https://bats-core.readthedocs.io/en/stable/writing-tests.html#bats-load-library-load-system-wide-libraries

Signed-off-by: Brandon Maier <[email protected]>
[[email protected]: move as sub-option of bats-core]
Signed-off-by: Yann E. MORIN <[email protected]>
DEVELOPERS
package/bats-core/Config.in
package/bats-file/Config.in [new file with mode: 0644]
package/bats-file/bats-file.hash [new file with mode: 0644]
package/bats-file/bats-file.mk [new file with mode: 0644]
This page took 0.034482 seconds and 4 git commands to generate.