slightly more elegant way to pass around which tests to run
This commit is contained in:
parent
cc3160072b
commit
42e0707fb8
2 changed files with 6 additions and 4 deletions
|
|
@ -93,6 +93,7 @@ env["ENV"].update(x for x in os.environ.items() if x[0].startswith("CCC_"))
|
|||
|
||||
#rootpath = env['ROOTPATH'] = os.path.abspath('.')
|
||||
#env.Append(CPPPATH=os.path.join('#', "hammer"))
|
||||
env['testruns'] = []
|
||||
|
||||
testruns = []
|
||||
targets = ["$libpath",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue