diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2019-11-19 19:57:04 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2019-11-19 19:57:04 +0000 |
commit | 09e08682e8d6ee11f526f3050e304cf8f761862a (patch) | |
tree | c2432852e6fe61057a9447437307ea8e7f5d5740 /regress/lib | |
parent | 63d1d6c76c7b139adaa4304af134824104030dd2 (diff) |
Import NetBSD system call regression tests. They were written with
ATF (Automated Testing Framework), so we use a small wrapper to map
it to our bsd.regress.mk framework. Only half of the 80 NetBSD
tests have been taken, the others need more work to adapt. Of them
34 syscall tests pass.
Moritz Buhl ported the tests to OpenBSD.
Diffstat (limited to 'regress/lib')
-rw-r--r-- | regress/lib/libc/sys/t_gettimeofday.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/lib/libc/sys/t_gettimeofday.c b/regress/lib/libc/sys/t_gettimeofday.c index de768b023ae..0f874405e45 100644 --- a/regress/lib/libc/sys/t_gettimeofday.c +++ b/regress/lib/libc/sys/t_gettimeofday.c @@ -1,4 +1,4 @@ -/* $OpenBSD: t_gettimeofday.c,v 1.1.1.1 2019/11/19 19:57:03 bluhm Exp $ */ +/* $OpenBSD: t_gettimeofday.c,v 1.1 2019/11/19 19:57:03 bluhm Exp $ */ /* $NetBSD: t_gettimeofday.c,v 1.1 2011/07/07 06:57:53 jruoho Exp $ */ /*- |