open-quantum-safe / liboqs

C library for prototyping and experimenting with quantum-resistant cryptography
https://openquantumsafe.org/
Other
1.92k stars 466 forks source link

add cpp linking test #1963

Closed ryjones closed 4 weeks ago

ryjones commented 1 month ago

This adds a linking to cpp test.

This modifies the build action to build the test.

ryjones commented 1 month ago

Hi @aidenfoxivey I moved the code to this PR

aidenfoxivey commented 1 month ago

I believe this is a good contender for a "how many PRs does it take an engineering student to complete a 2 file change" joke lol. @ryjones Thank you so much for your help.

aidenfoxivey commented 1 month ago

One thing I had considered, was redirecting output from running the binary, but I think it's better to keep the trace on stderr for debugging.

aidenfoxivey commented 4 weeks ago

Moved my changes over to #1971