From e15138e5740afa089b01612329b30b82e236737a Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Mon, 19 Jan 2015 06:13:07 +0000 Subject: Integrate contrib/netbsd-tests/bin/expr into the build/kyua as bin/expr/tests MFC after: 1 week Sponsored by: EMC / Isilon Storage Division --- bin/expr/tests/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bin/expr/tests/Makefile (limited to 'bin/expr/tests') diff --git a/bin/expr/tests/Makefile b/bin/expr/tests/Makefile new file mode 100644 index 000000000000..80c130c3df20 --- /dev/null +++ b/bin/expr/tests/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +OBJTOP= ${.OBJDIR}/../../.. +SRCTOP= ${.CURDIR}/../../.. +TESTSRC= ${SRCTOP}/contrib/netbsd-tests/bin/expr + +TESTSDIR= ${TESTSBASE}/bin/expr + +NETBSD_ATF_TESTS_SH= expr_test + +ATF_TESTS_SH_SED_expr_test+= -e 's/eval expr/eval expr --/g' +ATF_TESTS_SH_SED_expr_test+= -e 's/"expr: integer overflow or underflow occurred for operation.*"/"expr: overflow"/g' + +.include + +.include -- cgit v1.2.3