slightly more elegant way to pass around which tests to run

This commit is contained in:
Meredith L. Patterson 2013-11-22 12:00:14 -06:00
parent cc3160072b
commit 42e0707fb8
2 changed files with 6 additions and 4 deletions

View file

@ -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",