novelrt / NovelRT

A cross-platform 2D game engine accompanied by a strong toolset for visual novels.
MIT License
183 stars 43 forks source link

Nrt_Event needs unit tests to ensure functionality #548

Open capnkenny opened 1 year ago

capnkenny commented 1 year ago

Describe the issue:

With that said, we'll need unit tests added to ensure that Nrt_Event_* and friends work properly as our original concern was that since it could be of type T, C obviously does not have a very good way of handling this (although your solution looks to do just that).

_Originally posted by @capnkenny in https://github.com/novelrt/NovelRT/pull/486#discussion_r942592840_

Please provide the steps to reproduce if possible: N/A

Expected behaviour: Unit tests should exist for the Nrt_Event_* functions.

Please tell us about your environment: N/A

Additional context: N/A

capnkenny commented 1 year ago

Dependent on #486 being merged

Pheubel commented 1 year ago

Now that #486 is merged, this can be unblocked, right

capnkenny commented 1 year ago

Yup, that's correct - thanks for the reminder @Pheubel