示例#1
0
void _setup() {
  fs_reset();
  fs_set_validate_flashing(1);
  test_init(test_on_stop);
}
示例#2
0
void _setup_test_only() {
  fs_set_validate_flashing(1);
  test_init(test_on_stop);
}
示例#3
0
void _setup_test_only() {
  create_test_path();
  fs_set_validate_flashing(1);
  test_init(test_on_stop);
}