From bb6d30656efa59e16d9abc20146accb24de17090 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 9 Mar 2020 04:00:31 -0400 Subject: Import /usr/src/bin/sh from FreeBSD 12.1-RELEASE --- bin/1sh/tests/invocation/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bin/1sh/tests/invocation/Makefile (limited to 'bin/1sh/tests/invocation/Makefile') diff --git a/bin/1sh/tests/invocation/Makefile b/bin/1sh/tests/invocation/Makefile new file mode 100644 index 00000000..095fc46c --- /dev/null +++ b/bin/1sh/tests/invocation/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD: releng/12.1/bin/sh/tests/invocation/Makefile 322455 2017-08-13 14:36:10Z jilles $ + +PACKAGE= tests + +TESTSDIR= ${TESTSBASE}/bin/sh/${.CURDIR:T} + +.PATH: ${.CURDIR:H} +ATF_TESTS_SH= functional_test + +${PACKAGE}FILES+= sh-ac1.0 +${PACKAGE}FILES+= sh-c-missing1.0 +${PACKAGE}FILES+= sh-c1.0 +${PACKAGE}FILES+= sh-ca1.0 +${PACKAGE}FILES+= sh-fca1.0 + +.include -- cgit 1.4.1