Cycling74 / min-api

High-level C++-language application programming interface for Max
MIT License
57 stars 23 forks source link

Run unit tests in this repository #174

Closed hiddedejong closed 3 years ago

hiddedejong commented 3 years ago

I came across a bug in the min-api for which I wanted to write a unit test. However, this wasn't really possible: the min-devkit repo was running the min-api tests. I felt like it would be better to have min-api tests in this repository so that's the reason for this PR.

While making this work, I had to make some changes in max-api and mock as well. A summary of all the changes:

hiddedejong commented 3 years ago

There's a PR in min-devkit that uses this branch: https://github.com/Cycling74/min-devkit/pull/180