1
0
Fork 0

init — unit tests

This commit is contained in:
Pcornat 2024-03-21 18:02:47 +01:00
commit 22ebb857eb
Signed by: Pcornat
GPG key ID: E0326CC678A00BDD
3 changed files with 43 additions and 2 deletions

9
tests/tests_stream.cpp Normal file
View file

@ -0,0 +1,9 @@
//
// Created by postaron on 21/03/24.
//
#include <catch2/catch_all.hpp>
TEST_CASE("hello", "world") {
}