Home | History | Annotate | only in /external/ltp/testcases/kernel/device-drivers/nls
Up to higher level directory
NameDateSize
Makefile06-Dec-2017466
nlsTest.c06-Dec-20176.5K
nlsTest.h06-Dec-20171.6K
README06-Dec-20171K
userBlockNLS.c06-Dec-20173.4K

README

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