• Thomas Schlichter's avatar
    skip the test log2_approx.complete when using ctest · 6bf68c81
    Thomas Schlichter authored
    To skip the test, we use the gtest command line parameter "--gtest_filter" to filter out the unwanted test.
    This parameter is described as follows:
    
    --gtest_filter=POSITIVE_PATTERNS[-NEGATIVE_PATTERNS]
          Run only the tests whose name matches one of the positive patterns but
          none of the negative patterns. '?' matches any single character; '*'
          matches any substring; ':' separates two patterns.
    6bf68c81
CMakeLists.txt 821 Bytes