summaryrefslogtreecommitdiff
path: root/regress/sys/kern/sosplice/Makefile.inc
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2013-01-03 17:36:39 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2013-01-03 17:36:39 +0000
commite09ff0b3437257950e2f3dcbaa2777dd17cedeb4 (patch)
tree3d3fbfe9132c0bfe39092b78340088f5b10262cb /regress/sys/kern/sosplice/Makefile.inc
parent8f425c030d140f40c1298a1462427e68cde91efb (diff)
Reengineer the socket splicing regression tests:
- Move the tests from splice to new sosplice directory for consistent naming. - Split the API tests and the TCP splicing tests into separate directories. - Create some tests for the upcoming UDP splicing. - Tests can be run in obj directories now. - The API tests can run both on a local and on a remote machine now. - Fix the forking TCP tests which splice and read or write simultaneously. - Bunch of little fixes for races in the tests. - Deduplicate code, move checks into common functions.
Diffstat (limited to 'regress/sys/kern/sosplice/Makefile.inc')
-rw-r--r--regress/sys/kern/sosplice/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sys/kern/sosplice/Makefile.inc b/regress/sys/kern/sosplice/Makefile.inc
index 25d8250e6e8..7139fc42417 100644
--- a/regress/sys/kern/sosplice/Makefile.inc
+++ b/regress/sys/kern/sosplice/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.1.1.1 2013/01/03 17:36:38 bluhm Exp $
+# $OpenBSD: Makefile.inc,v 1.1 2013/01/03 17:36:38 bluhm Exp $
# The following ports must be installed for the regression tests:
# p5-BSD-Socket-Splice perl interface to OpenBSD socket splicing