pkgsrc/devel/bats/PLIST
seb ba2561dc4f Add bats version 0.4.0 in the NetBSD Packages Collection.
Bats is a TAP-compliant testing framework for Bash. It provides a
simple way to verify that the UNIX programs you write behave as
expected.

A Bats test file is a Bash script with special syntax for defining
test cases. Under the hood, each test case is just a function with
a description.
2016-05-02 02:29:14 +00:00

9 lines
216 B
Text

@comment $NetBSD: PLIST,v 1.1 2016/05/02 02:29:14 seb Exp $
bin/bats
libexec/bats
libexec/bats-exec-suite
libexec/bats-exec-test
libexec/bats-format-tap-stream
libexec/bats-preprocess
man/man1/bats.1
man/man7/bats.7