diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/CMakeLists.txt | 2 |
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") |