diff options
author | Juergen Kahrs <Juergen.Kahrs@googlemail.com> | 2013-05-05 19:03:48 +0200 |
---|---|---|
committer | Juergen Kahrs <Juergen.Kahrs@googlemail.com> | 2013-05-05 19:03:48 +0200 |
commit | bfebb6547fb331a87820be10d9c91efd274ea399 (patch) | |
tree | e41b3b599b60c632f0984e28cca79c6eca365b61 /test | |
parent | 188e4c22845855953c24b9ac26a86320371e1482 (diff) | |
download | egawk-bfebb6547fb331a87820be10d9c91efd274ea399.tar.gz egawk-bfebb6547fb331a87820be10d9c91efd274ea399.tar.bz2 egawk-bfebb6547fb331a87820be10d9c91efd274ea399.zip |
All BASIC test cases are in now.
Diffstat (limited to 'test')
-rw-r--r-- | test/CMakeLists.txt | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 4d5cf86c..eb3ddcef 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -58,31 +58,24 @@ foreach(testgroup ${ALL_GROUPS} ) # Some of them may reveal genuine bugs. # Most of them fail because they need to be invoked with a special parameter. elseif( - ${testcase} STREQUAL argarray OR ${testcase} STREQUAL argtest OR - ${testcase} STREQUAL arynocls OR ${testcase} STREQUAL awkpath OR + ${testcase} STREQUAL argtest OR ${testcase} STREQUAL badargs OR ${testcase} STREQUAL beginfile2 OR ${testcase} STREQUAL binmode1 OR ${testcase} STREQUAL charasbytes OR - ${testcase} STREQUAL colonwarn OR ${testcase} STREQUAL compare OR + ${testcase} STREQUAL colonwarn OR ${testcase} STREQUAL devfd OR ${testcase} STREQUAL devfd1 OR ${testcase} STREQUAL devfd2 OR ${testcase} STREQUAL dumpvars OR - ${testcase} STREQUAL exit OR ${testcase} STREQUAL exitval1 OR + ${testcase} STREQUAL exit OR ${testcase} STREQUAL fmtspcl OR - ${testcase} STREQUAL fsspcoln OR - ${testcase} STREQUAL gsubtst3 OR ${testcase} STREQUAL incdupe OR + ${testcase} STREQUAL incdupe OR ${testcase} STREQUAL incdupe2 OR ${testcase} STREQUAL incdupe3 OR ${testcase} STREQUAL incdupe4 OR ${testcase} STREQUAL incdupe5 OR ${testcase} STREQUAL incdupe6 OR ${testcase} STREQUAL incdupe7 OR ${testcase} STREQUAL include2 OR - ${testcase} STREQUAL leaddig 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 - ${testcase} STREQUAL posix2008sub OR - ${testcase} STREQUAL printf0 OR ${testcase} STREQUAL printfbad2 OR + ${testcase} STREQUAL next OR + ${testcase} STREQUAL nondec2 OR + ${testcase} STREQUAL printfbad2 OR ${testcase} STREQUAL profile1 OR ${testcase} STREQUAL profile2 OR ${testcase} STREQUAL profile3 OR - ${testcase} STREQUAL redfilnm OR - ${testcase} STREQUAL rsnulbig OR ${testcase} STREQUAL rsnulbig2 OR ${testcase} STREQUAL rsstart3 OR ${testcase} STREQUAL symtab6 OR ${testcase} STREQUAL symtab8 ) |