Add working unit tests

This commit is contained in:
Jaakko Haakana 2025-07-26 15:19:49 +03:00
parent f609d54a14
commit 995cc7784c
106 changed files with 589 additions and 582 deletions

6
test/emul/Stream.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef STREAM_H
#define STREAM_H
class Stream {};
#endif