Skip to content

Commit 37d8766

Browse files
committed
forgot git add
1 parent 817b62b commit 37d8766

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Test/Test_components.cpp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// Author: Marco
2+
// just to learn
3+
#include <gtest/gtest.h>
4+
#include <hv_iox.h>
5+
6+
TEST(ComponentTests, VerifyHVIox) {
7+
hv_iox.init(true);
8+
EXPECT_EQ(hv_iox.setupIox(), 0);
9+
}

0 commit comments

Comments
 (0)