Common Globals for TestWrapper
authorKyungwoo Lee <kyulee@microsoft.com>
Tue, 29 Dec 2015 00:09:20 +0000 (16:09 -0800)
committerKyungwoo Lee <kyulee@microsoft.com>
Tue, 29 Dec 2015 00:11:07 +0000 (16:11 -0800)
commit47d4906726fc56c9a93cbc33eabeb1098c6099cc
tree704124e6dff661e4ef4ab5e6dd2796775a191f6f
parent4e6629d817e832c13dc09ce8f034b04d2f38230e
Common Globals for TestWrapper

Individual test in test wrapper initializes and gets the same globals from environment variables.
This increases not only wrapper size but also runtime overhead when running multiple tests.
This refactors this common part out as _Globals so that each test just accesses it.
tests/runtest.proj