diff options
author | Juergen Kahrs <Juergen.Kahrs@googlemail.com> | 2013-05-05 15:56:08 +0200 |
---|---|---|
committer | Juergen Kahrs <Juergen.Kahrs@googlemail.com> | 2013-05-05 15:56:08 +0200 |
commit | 42100bbb008a4aa6088b77285777283e49339ae1 (patch) | |
tree | 8c720f963a5ad938716898cafc630b5a50f32c7a /test | |
parent | f6f37055efd53b08e22001776c6e223de78d7f54 (diff) | |
download | egawk-42100bbb008a4aa6088b77285777283e49339ae1.tar.gz egawk-42100bbb008a4aa6088b77285777283e49339ae1.tar.bz2 egawk-42100bbb008a4aa6088b77285777283e49339ae1.zip |
All LOCALE_CHARSET test cases are in now and found a bug in multi-byte characters with FIELDWIDTHS.
Diffstat (limited to 'test')
-rw-r--r-- | test/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 17040c36..218c6590 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -73,9 +73,7 @@ foreach(testgroup ${ALL_GROUPS} ) ${testcase} STREQUAL incdupe4 OR ${testcase} STREQUAL incdupe5 OR ${testcase} STREQUAL incdupe6 OR ${testcase} STREQUAL incdupe7 OR ${testcase} STREQUAL include2 OR - ${testcase} STREQUAL jarebug OR ${testcase} STREQUAL leaddig OR ${testcase} STREQUAL localenl OR - ${testcase} STREQUAL mbfw1 OR ${testcase} STREQUAL mbprintf1 OR ${testcase} STREQUAL messages OR ${testcase} STREQUAL mmap8k OR ${testcase} STREQUAL next OR ${testcase} STREQUAL nofile OR ${testcase} STREQUAL nondec2 OR ${testcase} STREQUAL nors OR @@ -87,7 +85,7 @@ foreach(testgroup ${ALL_GROUPS} ) ${testcase} STREQUAL redfilnm OR ${testcase} STREQUAL rsnulbig OR ${testcase} STREQUAL rsnulbig2 OR ${testcase} STREQUAL rsstart3 OR ${testcase} STREQUAL rtlen OR - ${testcase} STREQUAL rtlen01 OR ${testcase} STREQUAL rtlenmb OR + ${testcase} STREQUAL rtlen01 OR ${testcase} STREQUAL space OR ${testcase} STREQUAL strftlng OR ${testcase} STREQUAL symtab6 OR ${testcase} STREQUAL symtab8 ) |