mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 05:09:53 +01:00
Disabled WIP code
This commit is contained in:
parent
803f6b7e4b
commit
47f679ef21
@ -304,12 +304,12 @@ TEST_CASE( "first tag", "[tag1]" )
|
||||
TEST_CASE( "second tag", "[tag2]" )
|
||||
{
|
||||
}
|
||||
|
||||
TEST_CASE( "spawn a new process", "[hide]" )
|
||||
{
|
||||
// !TBD Work in progress
|
||||
char line[200];
|
||||
FILE* output = popen("./CatchSelfTest ./failing/matchers/StartsWith", "r");
|
||||
while ( fgets(line, 199, output) )
|
||||
std::cout << line;
|
||||
}
|
||||
//
|
||||
//TEST_CASE( "spawn a new process", "[hide]" )
|
||||
//{
|
||||
// // !TBD Work in progress
|
||||
// char line[200];
|
||||
// FILE* output = popen("./CatchSelfTest ./failing/matchers/StartsWith", "r");
|
||||
// while ( fgets(line, 199, output) )
|
||||
// std::cout << line;
|
||||
//}
|
||||
|
Loading…
Reference in New Issue
Block a user