Skip to content

Commit

Permalink
build: allow to have unit tests in HAL implementations
Browse files Browse the repository at this point in the history
Allow a tests/ directory in the hal implementations.
  • Loading branch information
lucasdemarchi committed Nov 2, 2016
1 parent 705f96d commit c430bb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wscript
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ def _build_recursion(bld):
]

hal_dirs_patterns = [
'libraries/%s/tests',
'libraries/%s/*/tests',
'libraries/%s/*/benchmarks',
'libraries/%s/examples/*',
Expand Down

0 comments on commit c430bb2

Please sign in to comment.