dextool.plugin.mutate.backend.test_mutant.makefile_post_analyze

Members

Structs

MakefileParser
struct MakefileParser

Parse input for the first makefile targets that fail. * * It is important that it is the first failing to avoid possible problems with * recursive makefiles which would end with multiple makefile targets that * fail. I assume that the first one is the most specific and relevant. * * TODO: if that isn't good enough maybe another approach would be to * concatenate them to one big target? It would reflect in a "chain" of targets * that lead up to the error. * * Params: * r = range that is chunked by line * report = where the results are put.

Meta

License

MPL-2

Authors

Joakim Brännströmoakim Brännström (joakim.brannstrom@gmx.com)

This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.