Skip to content

Commit

Permalink
unit-test-config now pays attention to donotrun
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel committed Oct 11, 2023
1 parent 1da8973 commit 5961c42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions unit-tests/unit-test-config.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,9 @@ def process_cpp( dir, builddir ):
if config.configurations:
continue

if config.donotrun:
continue

# Build the list of files we want in the project:
# At a minimum, we have the original file, plus any common files
filelist = [ dir + '/' + f ]
Expand Down

0 comments on commit 5961c42

Please sign in to comment.