TOPLLab / WARDuino

📟 A dynamic WebAssembly VM for embedded systems
https://topllab.github.io/WARDuino/
Mozilla Public License 2.0
72 stars 7 forks source link

Remove duplicate tests #231

Closed tolauwae closed 3 months ago

tolauwae commented 3 months ago

The cpp tests are designed to test a few unexposed vm internals we want to unit test directly rather than from the outside through latch. These include: LEB translation, physical to virtual address conversion, ...

The test suite contains some debugger tests right now. These will be translated to Latch tests so they can also be executed on microcontrollers.