Add hook to save crashing tests

This commit is contained in:
Joe Ranweiler
2018-02-14 10:24:15 -08:00
parent dd9c16865d
commit ab43f75361
2 changed files with 11 additions and 1 deletions
+3
View File
@@ -374,6 +374,9 @@ void DeepState_SaveFailingTest(void) {
printf("Saving to %s\n", FLAGS_output_test_dir);
}
/* Save a crashing test to the output test directory. */
void DeepState_SaveCrashingTest(void) {}
/* Return the first test case to run. */
struct DeepState_TestInfo *DeepState_FirstTest(void) {
return DeepState_LastTestInfo;