Hi,
We recently started to develop modules for our needs.
Now, we would like to execute unit tests on our code.
We tried to methods to do so :
- We tried to create a tests sub-project
- We tried to create tests classes next to the logic
In both cases we couldn't get a satisfying result..
In the first case, we just couldn't include "FlexsimDefs.h" in the test's subproject.
In the second one, each test fails with this only error message "Message: Failed to set up the execution context to run the test".
Could you please explain us how to do ?
Thanks !