|
@@ -98,6 +98,17 @@ typedef struct SDLTest_TestSuiteReference {
|
|
} SDLTest_TestSuiteReference;
|
|
} SDLTest_TestSuiteReference;
|
|
|
|
|
|
|
|
|
|
|
|
+/**
|
|
|
|
+ * \brief Generates a random run seed string for the harness. The generated seed will contain alphanumeric characters (0-9A-Z).
|
|
|
|
+ *
|
|
|
|
+ * Note: The returned string needs to be deallocated by the caller.
|
|
|
|
+ *
|
|
|
|
+ * \param length The length of the seed string to generate
|
|
|
|
+ *
|
|
|
|
+ * \returns The generated seed string
|
|
|
|
+ */
|
|
|
|
+char *SDLTest_GenerateRunSeed(const int length);
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* \brief Execute a test suite using the given run seed and execution key.
|
|
* \brief Execute a test suite using the given run seed and execution key.
|
|
*
|
|
*
|