How to do unit test for OpenStudio in Ubuntu
I download the OpenStudio source code and am studying it for my research. I run the software in Ubuntu. Two questions are bothering me: (1)How to do the unit test?(2) Where is the main function()? I only found a bunch of functions for objects: fans, pump, coil, etc...
Comments