Subject: CVS commit: src/tests/modules
To: None <source-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: source-changes
Date: 02/10/2008 12:40:10
Module Name:	src
Committed By:	jmmv
Date:		Sun Feb 10 12:40:10 UTC 2008

Added Files:
	src/tests/modules: Atffile Makefile t_modctl.cpp
	src/tests/modules/k_helper: Makefile k_helper.c

Log Message:
Add preliminary tests (basically a placeholder for now) for the new modules
framework.  At the moment, this just tests for plain load (i.e. no arguments
passed to load) and later unload of the module through the modctl(2) system
call.  The tools are not tested yet.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/tests/modules/Atffile src/tests/modules/Makefile \
    src/tests/modules/t_modctl.cpp
cvs rdiff -r0 -r1.1 src/tests/modules/k_helper/Makefile \
    src/tests/modules/k_helper/k_helper.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.