Skip to content

Commit 1b049bd

Browse files
committed
2 more TEST_CASEs to DiscoverTests/register-tests.cpp
1 parent e4b1605 commit 1b049bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/TestScripts/DiscoverTests/register-tests.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@
1010

1111
TEST_CASE("@Script[C:\\EPM1A]=x;\"SCALA_ZERO:\"", "[script regressions]"){}
1212
TEST_CASE("Some test") {}
13+
TEST_CASE( "Let's have a test case with a long name. Longer. No, even longer. "
14+
"Really looooooooooooong. Even longer than that. Multiple lines "
15+
"worth of test name. Yep, like this." ) {}
16+
TEST_CASE( "And now a test case with weird tags.", "[tl;dr][tl;dw][foo,bar]" ) {}

0 commit comments

Comments
 (0)