mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Support stream composition of testcase names
This commit is contained in:
@@ -362,10 +362,14 @@ public:
|
||||
{
|
||||
typedef UnsignedInteger <Bytes> UInt;
|
||||
|
||||
#if 0
|
||||
std::stringstream ss;
|
||||
ss <<
|
||||
c.name() << " <" << Bytes << ">";
|
||||
testcase (ss.str());
|
||||
#else
|
||||
testcase << c.name() << " <" << Bytes << ">";
|
||||
#endif
|
||||
|
||||
Random r;
|
||||
for (int i = 0; i < 50; ++i)
|
||||
|
||||
Reference in New Issue
Block a user