mschneider / solcpp

A fast Solana and Mango Markets C++ SDK
Other
40 stars 13 forks source link

Update CMakelists for passing resources to examples and test uniformly #25

Closed bdhobare closed 2 years ago

bdhobare commented 2 years ago

~~getAccountInfo: We want to make sure that decoded.size() is at least T, sometimes it's bigger but we should be able to parse only the parts we need. Update != to < check.~~

Updated all CMakeLists.txt to uniformly pass the fixtures/ directory to both examples and tests folders

Tests

bdhobare commented 2 years ago

Will fix conflicts once #24 is merged.