Electroneum
Loading...
Searching...
No Matches
memwipe.cpp File Reference
#include "gtest/gtest.h"
#include <stdint.h>
#include "misc_log_ex.h"
#include "memwipe.h"
Include dependency graph for memwipe.cpp:

Go to the source code of this file.

Functions

 TEST (memwipe, control)
 TEST (memwipe, works)

Function Documentation

◆ TEST() [1/2]

TEST ( memwipe ,
control  )

Definition at line 56 of file memwipe.cpp.

57{
58 test(false);
59}
Here is the call graph for this function:

◆ TEST() [2/2]

TEST ( memwipe ,
works  )

Definition at line 61 of file memwipe.cpp.

62{
63 test(true);
64}
Here is the call graph for this function: