aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJuergen Kahrs <Juergen.Kahrs@googlemail.com>2013-05-05 12:26:02 +0200
committerJuergen Kahrs <Juergen.Kahrs@googlemail.com>2013-05-05 12:26:02 +0200
commit6855adcdcb8fd310b298043ace84f0cc9133c517 (patch)
tree525475f65259a8f1707eecaecee308e57b9b568f /test
parentbbbdcd5cec911cdef6e8e82c6000b10dabafacae (diff)
downloadegawk-6855adcdcb8fd310b298043ace84f0cc9133c517.tar.gz
egawk-6855adcdcb8fd310b298043ace84f0cc9133c517.tar.bz2
egawk-6855adcdcb8fd310b298043ace84f0cc9133c517.zip
Replaced some $$ with $. All MPFR test cases pass now, on Linux and with MinGW.
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 9f1c751b..39ec0b9f 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -47,7 +47,7 @@ foreach(testgroup ${ALL_GROUPS} )
if(${testcase} STREQUAL lintold)
set(options "--lint-old")
elseif(
- ${testcase} STREQUAL defref OR
+ ${testcase} STREQUAL defref OR ${testcase} STREQUAL fmtspcl OR
${testcase} STREQUAL lintwarn OR ${testcase} STREQUAL noeffect OR
${testcase} STREQUAL nofmtch OR ${testcase} STREQUAL shadow OR
${testcase} STREQUAL uninit2 OR ${testcase} STREQUAL uninit3 OR
@@ -79,11 +79,9 @@ foreach(testgroup ${ALL_GROUPS} )
${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 mpfrbigint OR ${testcase} STREQUAL mpfrexprange OR
- ${testcase} STREQUAL mpfrnr OR ${testcase} STREQUAL mpfrrnd OR
${testcase} STREQUAL next OR ${testcase} STREQUAL nofile OR
${testcase} STREQUAL nondec2 OR ${testcase} STREQUAL nors OR
- ${testcase} STREQUAL pid OR
+ ${testcase} STREQUAL pid OR
${testcase} STREQUAL pipeio2 OR ${testcase} STREQUAL posix2008sub OR
${testcase} STREQUAL printf0 OR ${testcase} STREQUAL printfbad2 OR
${testcase} STREQUAL profile1 OR ${testcase} STREQUAL profile2 OR