aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/tests/ttyio
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2014-11-04 00:56:25 +0000
committerEnji Cooper <ngie@FreeBSD.org>2014-11-04 00:56:25 +0000
commit2f1217877e155a8a7de97e74eb7e82096a5ef316 (patch)
treeb6fc5794492ca9bc8c5f03246e4866e96b01093f /lib/libc/tests/ttyio
parent37e4638f2e4d21a2ef748df9bbaf698f4488c4a3 (diff)
downloadsrc-2f1217877e155a8a7de97e74eb7e82096a5ef316.tar.gz
src-2f1217877e155a8a7de97e74eb7e82096a5ef316.zip
Add reachover Makefiles for contrib/netbsd-tests/lib/libc; this adds approximately
500 new testcases Various TODOs have been sprinkled around the Makefiles for items that even need to be ported (missing features), testcases have issues with building/linking, or issues at runtime. A variant of this code has been tested extensively on amd64 and i386 10-STABLE/11-CURRENT for several months without issue. It builds on other architectures, but the code will remain off until I have prove it works on virtual hardware or real hardware on other architectures In collaboration with: pho, Casey Peel <casey.peel@isilon.com> Sponsored by: EMC / Isilon Storage Division
Notes
Notes: svn path=/head/; revision=274075
Diffstat (limited to 'lib/libc/tests/ttyio')
-rw-r--r--lib/libc/tests/ttyio/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/libc/tests/ttyio/Makefile b/lib/libc/tests/ttyio/Makefile
new file mode 100644
index 000000000000..a1f320d6fd4d
--- /dev/null
+++ b/lib/libc/tests/ttyio/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+.include <bsd.own.mk>
+
+TESTSDIR= ${TESTSBASE}/lib/libc/ttyio
+
+# TODO: ptm_test
+NETBSD_ATF_TESTS_C= ttyio_test
+
+DPADD.ttyio_test+= ${LIBUTIL}
+LDADD.ttyio_test+= -lutil
+
+.include "../Makefile.netbsd-tests"
+
+.include <bsd.test.mk>