diff options
Diffstat (limited to 'src/gtest/nat_test.cpp')
-rwxr-xr-x | src/gtest/nat_test.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gtest/nat_test.cpp b/src/gtest/nat_test.cpp new file mode 100755 index 00000000..aa34cec2 --- /dev/null +++ b/src/gtest/nat_test.cpp @@ -0,0 +1,5 @@ +#include "../bp_sim.h" +#include <common/gtest.h> +#include <common/basic_utils.h> +#include "../nat_check.h" + |