GMLC-TDC / HELICS

Hierarchical Engine for Large-scale Infrastructure Co-Simulation (HELICS)
https://docs.helics.org/en/latest/
BSD 3-Clause "New" or "Revised" License
127 stars 40 forks source link

Convert shared_library tests with _cpp to actually use cpp98 interface #217

Closed phlptp closed 6 years ago

phlptp commented 6 years ago

there are several of the shared_library tests that are duplicated right now with the intent of converting them to use the cpp98 interface. this will require some updating of the cpp98 interface as well

phlptp commented 6 years ago

The start of this is in #238 More will need to come