powsybl / powsybl-iidm4cpp

IIDM implementation for C++
https://www.powsybl.org
4 stars 2 forks source link

Add iidm test directory in include path #429

Closed sebalaig closed 2 years ago

sebalaig commented 2 years ago

Signed-off-by: Sébastien LAIGRE slaigre@silicom.fr

Please check if the PR fulfills these requirements (please use '[x]' to check the checkboxes, or submit the PR and then click the checkboxes)

Does this PR already have an issue describing the problem ? If so, link to this issue using '#XXX' and skip the rest No

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) Add tests/iidm in include path, because it contains NetworkFactory.hpp, which contains useful network for tests, but the file could not be included simply

What is the current behavior? (You can also link to an open issue here) NetworkFactory.hpp can be included by writing

#include "../NetworkFactory.hpp"

What is the new behavior (if this is a feature change)?

NetworkFactory.hpp can be included by writing

#include "NetworkFactory.hpp"

Does this PR introduce a breaking change or deprecate an API? If yes, check the following:

Other information:

(if any of the questions/checkboxes don't apply, please delete them entirely)

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication