apache / incubator-graphar

An open source, standard data file format for graph data storage and retrieval.
https://graphar.apache.org/
Apache License 2.0
192 stars 40 forks source link

feat(c++): get testing data dir with filesystem relative path in unit tests #494

Closed acezen closed 1 month ago

acezen commented 1 month ago

Reason for this PR

Update the method to get testing dir with filesystem for convenient to build and test

What changes are included in this PR?

Update the method to get testing dir: use filesystem, deprecated environment variable GAR_TEST_DATA

Are these changes tested?

already test with current unit tests

Are there any user-facing changes?

no

acezen commented 1 month ago

part fix of #466