init — unit tests
This commit is contained in:
parent
87f1181a1a
commit
22ebb857eb
3 changed files with 43 additions and 2 deletions
9
tests/tests_stream.cpp
Normal file
9
tests/tests_stream.cpp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
//
|
||||
// Created by postaron on 21/03/24.
|
||||
//
|
||||
|
||||
#include <catch2/catch_all.hpp>
|
||||
|
||||
TEST_CASE("hello", "world") {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue