Consistently stub test case save hooks
This commit is contained in:
parent
ab43f75361
commit
ac7e57a833
@ -365,14 +365,10 @@ void DeepState_BeginDrFuzz(struct DeepState_TestInfo *test) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Save a passing test to the output test directory. */
|
/* Save a passing test to the output test directory. */
|
||||||
void DeepState_SavePassingTest(void) {
|
void DeepState_SavePassingTest(void) {}
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Save a failing test to the output test directory. */
|
/* Save a failing test to the output test directory. */
|
||||||
void DeepState_SaveFailingTest(void) {
|
void DeepState_SaveFailingTest(void) {}
|
||||||
printf("Saving to %s\n", FLAGS_output_test_dir);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Save a crashing test to the output test directory. */
|
/* Save a crashing test to the output test directory. */
|
||||||
void DeepState_SaveCrashingTest(void) {}
|
void DeepState_SaveCrashingTest(void) {}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user