Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jun 2017 21:18:28 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r319662 - head/libexec/atf/atf-sh
Message-ID:  <201706072118.v57LISIv099824@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Wed Jun  7 21:18:28 2017
New Revision: 319662
URL: https://svnweb.freebsd.org/changeset/base/319662

Log:
  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.
  
  MFC after:	1 week
  Sponsored by:	Dell EMC Isilon

Modified:
  head/libexec/atf/atf-sh/Makefile

Modified: head/libexec/atf/atf-sh/Makefile
==============================================================================
--- head/libexec/atf/atf-sh/Makefile	Wed Jun  7 21:14:06 2017	(r319661)
+++ head/libexec/atf/atf-sh/Makefile	Wed Jun  7 21:18:28 2017	(r319662)
@@ -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}"'



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706072118.v57LISIv099824>