
				KTESTUTILS Testsuite

	The ktestutils library has four public functions:
		ktest_begin(kstring, kstring)
		ktest_end()
		ktest_case(kstring)
		ktest_result(int)


	01.ktestutils	simple correct usage; single test which should PASS

	02.ktestutils	simple correct usage; single test which should FAIL

	03.ktestutils	a single test case, without a call to ktest_begin()

	04.ktestutils	a single test case, without a call to ktest_result()

	05.ktestutils	two consecutive calls to ktest_case()

	06.ktestutils	call ktest_begin() with first argument as NULL

	07.ktestutils	call ktest_begin() with second argument as NULL
