freebsd-skq/usr.bin/atf/atf-sh
jmmv aae2faca3f Prevent misc_helpers from running as a test.
Do this by generating misc_helpers explicitly, without using the
ATF_TESTS_SH functionality.

While this script is technically an atf-sh test program, it is not intended
to be run as a test and therefore it mustn't end up in the Kyuafile.  Using
ATF_TESTS_SH means that misc_helpers ended up registered in the Kyuafile
and then failed to run as a test.

The alternative would be to supply an explicit Kyuafile from this directory
that lists the known test files, but doing it the way described above will
be easier to maintain.

MFC after:	3 days
2014-01-13 10:47:26 +00:00
..
tests Prevent misc_helpers from running as a test. 2014-01-13 10:47:26 +00:00
Makefile Generate and install pkg-config files for atf. 2014-01-12 21:56:26 +00:00