Skip to content
  • Imdad Sardharwalla's avatar
    MTBR-740 Add utility to recursively scan a directory for test files (#18) · d6a833c3
    Imdad Sardharwalla authored
    This Python script has similar functionality to the scan application previously
    included in ReForm.
    
    It will search for tests with certain extensions below a certain parent directory,
    and output the results into files that can be consumed by CMake/CTest. The file
    <name>.<ext> will be ignored if the file <name>.<ext>.ignore exists.
    
    The script itself contains a detailed explanation of how it works and what inputs
    need to be supplied.
    d6a833c3