Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
test_util.c File Reference
#include <assert.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include "yubihsm.h"
#include "internal.h"
Include dependency graph for test_util.c:

Go to the source code of this file.

Functions

int main (void)
 

Variables

uint8_t _yh_verbosity
 
FILE * _yh_output
 

Function Documentation

◆ main()

int main ( void )

Definition at line 61 of file test_util.c.

61 {
62 _yh_output = stderr;
63 _yh_verbosity = 0;
64
65 test_status();
66}
uint8_t _yh_verbosity
Definition test_util.c:29
FILE * _yh_output
Definition test_util.c:30

Variable Documentation

◆ _yh_output

FILE* _yh_output

Definition at line 30 of file test_util.c.

◆ _yh_verbosity

uint8_t _yh_verbosity

Definition at line 29 of file test_util.c.