summaryrefslogtreecommitdiff
path: root/include/testsuite.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/testsuite.h')
-rw-r--r--include/testsuite.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/testsuite.h b/include/testsuite.h
index 618615dc9..f91e508c9 100644
--- a/include/testsuite.h
+++ b/include/testsuite.h
@@ -21,6 +21,7 @@
class TestSuite
{
+ bool RealGenerateUIDTests();
public:
TestSuite();
~TestSuite();
@@ -29,6 +30,7 @@ class TestSuite
bool DoWildTests();
bool DoCommaSepStreamTests();
bool DoSpaceSepStreamTests();
+ bool DoGenerateUIDTests();
};
#endif