summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-07-18 17:51:46 +0000
committerngie <ngie@FreeBSD.org>2017-07-18 17:51:46 +0000
commit994d8d9528383dc3c84a924822a7593799dbfee3 (patch)
treecb5724026a120768b51f19f966d3f024c0cd3b23 /libexec
parent568865108fea06616880b8ad4db9632cfd6d40cd (diff)
downloadFreeBSD-src-994d8d9528383dc3c84a924822a7593799dbfee3.zip
FreeBSD-src-994d8d9528383dc3c84a924822a7593799dbfee3.tar.gz
MFC r316552,r319662:
r316552: atf-c: fix documentation description for atf_utils_wait(3) atf_utils_wait(3) should be used in combination with atf_utils_fork(3), not itself (atf_utils_wait(3)). r319662: Add MLINKS for atf-sh(3) to each of the functions it implements This hopefully will make atf-sh(3) easier to understand for newcomers, without having to go through the atf-sh(3) level of indirection.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/atf/atf-sh/Makefile24
1 files changed, 23 insertions, 1 deletions
diff --git a/libexec/atf/atf-sh/Makefile b/libexec/atf/atf-sh/Makefile
index 42cf5a5..d8f2b95 100644
--- a/libexec/atf/atf-sh/Makefile
+++ b/libexec/atf/atf-sh/Makefile
@@ -34,7 +34,29 @@ ATF= ${SRCTOP}/contrib/atf
PROG_CXX= atf-sh
SRCS= atf-sh.cpp
MAN= atf-sh.1 atf-sh.3
-MLINKS+= atf-sh.3 atf-sh-api.3 # Backwards compatibility.
+# Backwards compatibility.
+MLINKS+= atf-sh.3 atf-sh-api.3
+
+MLINKS+= \
+ atf-sh.3 atf_add_test_case.3 \
+ atf-sh.3 atf_check.3 \
+ atf-sh.3 atf_check_equal.3 \
+ atf-sh.3 atf_config_get.3 \
+ atf-sh.3 atf_config_has.3 \
+ atf-sh.3 atf_expect_death.3 \
+ atf-sh.3 atf_expect_exit.3 \
+ atf-sh.3 atf_expect_fail.3 \
+ atf-sh.3 atf_expect_pass.3 \
+ atf-sh.3 atf_expect_signal.3 \
+ atf-sh.3 atf_expect_timeout.3 \
+ atf-sh.3 atf_fail.3 \
+ atf-sh.3 atf_get.3 \
+ atf-sh.3 atf_get_srcdir.3 \
+ atf-sh.3 atf_pass.3 \
+ atf-sh.3 atf_require_prog.3 \
+ atf-sh.3 atf_set.3 \
+ atf-sh.3 atf_skip.3 \
+ atf-sh.3 atf_test_case.3
CFLAGS+= -DHAVE_CONFIG_H
CFLAGS+= -DATF_LIBEXECDIR='"${LIBEXECDIR}"'
OpenPOWER on IntegriCloud