SimulationEverywhere / devstone

Implementation of the devstone benchmark on multiple simulators
BSD 2-Clause "Simplified" License
1 stars 3 forks source link

Testing Environment comparing models in JSON format #7

Closed juanlanuzag closed 5 years ago

juanlanuzag commented 5 years ago

WARNING: this branch should not be merged until feature/cadmium-dynamic is merged

Testing Environment built using Boost.Test and accessing model structure through DEVDiagrammer generated JSON and Boost class property_tree.

For now the tests made for LI model only run for the cadmium dynamic model but I think this could be generalized easily (assuming you can make the JSON).

Tests end up getting kind of messy because you have to access all the model tree using property_tree, but I could find a better way to do it. Let me know if you have any ideas.

sdavtaker commented 5 years ago

Can you pull the last version of the branch and resolve the conflict mentioned by github and repost the PR?

juanlanuzag commented 5 years ago

Can you pull the last version of the branch and resolve the conflict mentioned by github and repost the PR?

Done

sdavtaker commented 5 years ago

Thanks

sdavtaker commented 5 years ago

Squashed and merge, please pull before next PR.