• Show log

    Commit

  • Hash : 7e353b7a
    Author : Edward Thomson
    Date : 2018-09-10T12:27:24

    ci: only run the exact named test
    
    Our CI test system invokes ctest with the name of the given tests it
    wishes to invoke.  ctest (with the `-R` flag) treats this name as a
    regular expression.  Provide anchors in the regular expression to avoid
    matching additional tests in this search.