Skip to content

Commit

Permalink
Merge pull request #85 from lsst/tickets/DM-29139
Browse files Browse the repository at this point in the history
DM-29139: Make test target depend on examples
  • Loading branch information
timj committed Mar 10, 2021
2 parents e2d237f + 9f7e3fc commit 7199c6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/sconsUtils/scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,7 @@ def s(ll):
state.env.Depends(pyTest, swigMods)
state.env.Depends(pyTest, state.targets["python"])
state.env.Depends(pyTest, state.targets["shebang"])
state.env.Depends(pyTest, state.targets["examples"])
result = ccList + pyList
state.targets["tests"].extend(result)
return result
Expand Down

0 comments on commit 7199c6c

Please sign in to comment.