Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/tests
Module Name: src
Committed By: jmmv
Date: Thu May 1 15:38:17 UTC 2008
Modified Files:
src/tests/modules: Makefile
src/tests/net/sys: Makefile
Added Files:
src/tests/modules: t_modctl.c
src/tests/net/sys: t_connect.c t_listen.c
Removed Files:
src/tests/modules: t_modctl.cpp
src/tests/net/sys: t_connect.cpp t_listen.cpp
Log Message:
Convert NetBSD-specific tests that were previously written in C++ to C now
that ATF provides a C-only binding (comes with 0.5).
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/tests/modules/Makefile
cvs rdiff -r0 -r1.1 src/tests/modules/t_modctl.c
cvs rdiff -r1.4 -r0 src/tests/modules/t_modctl.cpp
cvs rdiff -r1.1 -r1.2 src/tests/net/sys/Makefile
cvs rdiff -r0 -r1.1 src/tests/net/sys/t_connect.c \
src/tests/net/sys/t_listen.c
cvs rdiff -r1.3 -r0 src/tests/net/sys/t_connect.cpp \
src/tests/net/sys/t_listen.cpp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index