Home
last modified time | relevance | path

Searched refs:config_re (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/scripts/pylib/twister/twisterlib/
Drunner.py507 config_re = re.compile('(CONFIG_[A-Za-z0-9_]+)[=]\"?([^\"]*)\"?$') variable in CMake
795 m = self.config_re.match(line)
Dtestplan.py86 config_re = re.compile('(CONFIG_[A-Za-z0-9_]+)[=]\"?([^\"]*)\"?$') variable in TestPlan