summaryrefslogtreecommitdiff
path: root/bin/cat
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2016-08-12 08:50:05 +0000
committerEnji Cooper <ngie@FreeBSD.org>2016-08-12 08:50:05 +0000
commit640235e2c2ba32947f7c59d168437ffa1280f1e6 (patch)
tree401d58607a71aa137881540d0ee8a6a7bc7c152a /bin/cat
parent256bf4121c2621996e624c9d2c9dbaf9f020a247 (diff)
parent5a629b7e699953346a468e64a62aa8e236d371c9 (diff)
downloadsrc-test-640235e2c2ba32947f7c59d168437ffa1280f1e6.tar.gz
src-test-640235e2c2ba32947f7c59d168437ffa1280f1e6.zip
Checkpoint initial integration work
- Some of the lib/libc and lib/thr tests fail - lib/msun/exp_test:exp2_values now passes with clang 3.8.0 The Makefiles in contrib/netbsd-tests were pruned as they have no value Sponsored by: EMC / Isilon Storage Division
Notes
Notes: svn path=/projects/netbsd-tests-update-12/; revision=304003
Diffstat (limited to 'bin/cat')
-rw-r--r--bin/cat/tests/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/cat/tests/Makefile b/bin/cat/tests/Makefile
index 2f4f70c299980..925966b1978e8 100644
--- a/bin/cat/tests/Makefile
+++ b/bin/cat/tests/Makefile
@@ -6,6 +6,8 @@ NETBSD_ATF_TESTS_SH= cat_test
${PACKAGE}FILES+= d_align.in
${PACKAGE}FILES+= d_align.out
+${PACKAGE}FILES+= d_se_output.in
+${PACKAGE}FILES+= d_se_output.out
.include <netbsd-tests.test.mk>