summaryrefslogtreecommitdiffstats
path: root/bin/expr
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-01-19 06:13:07 +0000
committerngie <ngie@FreeBSD.org>2015-01-19 06:13:07 +0000
commit63c8385f8bbc4fb18ce8d54745e5c79829d532b5 (patch)
tree15cd3d12f85d1cae8b78a700710514758c4d857c /bin/expr
parent4b4c58b79e26365d5da4f6d520bbfad5a8f9a974 (diff)
downloadFreeBSD-src-63c8385f8bbc4fb18ce8d54745e5c79829d532b5.zip
FreeBSD-src-63c8385f8bbc4fb18ce8d54745e5c79829d532b5.tar.gz
Integrate contrib/netbsd-tests/bin/expr into the build/kyua as bin/expr/tests
MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'bin/expr')
-rw-r--r--bin/expr/Makefile6
-rw-r--r--bin/expr/tests/Makefile16
2 files changed, 22 insertions, 0 deletions
diff --git a/bin/expr/Makefile b/bin/expr/Makefile
index b86cf66..a1f6cbf 100644
--- a/bin/expr/Makefile
+++ b/bin/expr/Makefile
@@ -1,9 +1,15 @@
# $FreeBSD$
+.include <src.opts.mk>
+
PROG= expr
SRCS= expr.y
YFLAGS=
NO_WMISSING_VARIABLE_DECLARATIONS=
+.if ${MK_TESTS} != "no"
+SUBDIR+= tests
+.endif
+
.include <bsd.prog.mk>
diff --git a/bin/expr/tests/Makefile b/bin/expr/tests/Makefile
new file mode 100644
index 0000000..80c130c
--- /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 <netbsd-tests.test.mk>
+
+.include <bsd.test.mk>
OpenPOWER on IntegriCloud