From 308a14f85158f1545000499a64bc170d688a0db9 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Thu, 10 Jan 2019 18:48:02 -0500 Subject: Import /usr/src/bin/sh from FreeBSD 12.0-RELEASE --- bin/cash/tests/invocation/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bin/cash/tests/invocation/Makefile (limited to 'bin/cash/tests/invocation/Makefile') diff --git a/bin/cash/tests/invocation/Makefile b/bin/cash/tests/invocation/Makefile new file mode 100644 index 00000000..ba80f792 --- /dev/null +++ b/bin/cash/tests/invocation/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD: releng/12.0/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