Skip to content
Snippets Groups Projects
Commit c430bb29 authored by Lucas De Marchi's avatar Lucas De Marchi
Browse files

build: allow to have unit tests in HAL implementations

Allow a tests/ directory in the hal implementations.
parent 705f96dd
No related branches found
No related tags found
No related merge requests found
......@@ -295,6 +295,7 @@ def _build_recursion(bld):
]
hal_dirs_patterns = [
'libraries/%s/tests',
'libraries/%s/*/tests',
'libraries/%s/*/benchmarks',
'libraries/%s/examples/*',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment