Election-Tech-Initiative / electionguard-cpp

A C++ implementation of ElectionGuard specification focused on encryption components.
https://www.electionguard.vote/
MIT License
23 stars 26 forks source link

Unit test for netstandard cannot find the test data #236

Closed SteveMaier-IRT closed 2 years ago

SteveMaier-IRT commented 2 years ago

Is there an existing issue for this?

Current Behavior

Because of the test data being located in a different folder now, the unit tests for netstandard and netframework are failing because it cannot find the test data files to load.

Expected Behavior

Unit tests for netstandard should pass.

Steps To Reproduce

make test-netstandard

Environment

- OS: Windows 11

Anything else?

No response

SteveMaier-IRT commented 2 years ago

Merged into #184