aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJuergen Kahrs <Juergen.Kahrs@googlemail.com>2013-05-11 14:32:04 +0200
committerJuergen Kahrs <Juergen.Kahrs@googlemail.com>2013-05-11 14:32:04 +0200
commitdf80d9b911fcfff4c9e2da2d6a820f074108f696 (patch)
tree22d846a206738ad103bf7ac74f79548cf119dc8e /test
parent01886e08505e3aa28b0798776284f27bc64ab9fd (diff)
downloadegawk-df80d9b911fcfff4c9e2da2d6a820f074108f696.tar.gz
egawk-df80d9b911fcfff4c9e2da2d6a820f074108f696.tar.bz2
egawk-df80d9b911fcfff4c9e2da2d6a820f074108f696.zip
Test cases longwrds and charasbytes pass now on MinGW.
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 8e42c0db..9bb7b228 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -55,14 +55,12 @@ file(APPEND ${CTestCustom} "set(CTEST_CUSTOM_TESTS_IGNORE\n")
if(WIN32)
file(APPEND ${CTestCustom} " BASIC.exitval2\n")
file(APPEND ${CTestCustom} " BASIC.hsprint\n")
- file(APPEND ${CTestCustom} " BASIC.longwrds\n")
file(APPEND ${CTestCustom} " BASIC.rstest4\n")
file(APPEND ${CTestCustom} " BASIC.rstest5\n")
file(APPEND ${CTestCustom} " UNIX.getlnhd\n")
file(APPEND ${CTestCustom} " UNIX.pid\n")
file(APPEND ${CTestCustom} " GAWK_EXT.beginfile1\n")
file(APPEND ${CTestCustom} " GAWK_EXT.beginfile2\n")
- file(APPEND ${CTestCustom} " GAWK_EXT.charasbytes\n")
file(APPEND ${CTestCustom} " GAWK_EXT.clos1way\n")
file(APPEND ${CTestCustom} " GAWK_EXT.devfd\n")
file(APPEND ${CTestCustom} " GAWK_EXT.devfd1\n")