]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Testsuite: Also use '<>=,' as numdiff separators 47/head
authorMatthias Maier <tamiko@kyomu.43-1.org>
Sat, 2 Aug 2014 08:31:43 +0000 (10:31 +0200)
committerMatthias Maier <tamiko@kyomu.43-1.org>
Sat, 2 Aug 2014 08:31:43 +0000 (10:31 +0200)
This commit addresses issue #38: We have several tests in which numdiff
fails to recognize a number, because the output contains some unknown
delimiters, such as one of "<>=,".

tests/setup_testsubproject.cmake

index 084f9c5747ac287f994211e0e5f5d337aebaea14..51242a94cfe93dd479ea5e1c06ede4f84e77de7d 100644 (file)
@@ -108,7 +108,7 @@ IF("${TEST_DIFF}" STREQUAL "")
   #
 
   IF(NOT NUMDIFF_EXECUTABLE MATCHES "-NOTFOUND")
-    SET(TEST_DIFF ${NUMDIFF_EXECUTABLE} -a 1e-6 -r 1e-8 -s ' \\t\\n:')
+    SET(TEST_DIFF ${NUMDIFF_EXECUTABLE} -a 1e-6 -r 1e-8 -s ' \\t\\n:<>=,;')
     IF(DIFF_EXECUTABLE MATCHES "-NOTFOUND")
       SET(DIFF_EXECUTABLE ${NUMDIFF_EXECUTABLE})
     ENDIF()

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.