Skip to content

Commit e217a64

Browse files
committed
added more cpp unit tests
1 parent 5ab39eb commit e217a64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_math.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
TEST_CASE("Addition and subtraction")
66
{
77
REQUIRE(add(1, 1) == 2);
8+
REQUIRE(subtract(1, 1) == 0);
89
}

0 commit comments

Comments
 (0)