1 2Native language support (nls) testsuite 3--------------------------------------- 4 5The nls testsuite consists of a kernel space and a user space part. Currently 6the kernel space part is compileable (tested with 2.6.27 & 2.6.28). Check the 7top level README file in LTP to find out the kernel configuration dependencies 8of this testsuite. 9 10Before loading nlsTest.ko the nls_base.ko module must already be loaded. 11 12Building 13-------- 14To build nlsTest.ko you will need to have the the Linux kernel sources installed 15on your build environment. Execute "make" from the current directory should 16build the nlsTest.ko. 17 18Executing the testsuite 19----------------------- 20The whole testsuite is executed automatically at module load time. You can 21find the test results in the "dmesg" output. 22 23Cleaning up 24----------- 25To clean up your test system can unload the nlsTest.ko module with 26"rmmod nlsTest". To clean up your build system execute "make clean". 27 28Credits 29------- 30This README was written by M�rton N�meth <nm127@freemail.hu>, 14 Jan 2009 31