sweet unit test hack
This commit is contained in:
parent
6a1604815d
commit
38db34fe58
|
@ -12,6 +12,9 @@
|
|||
#include "gtest/gtest.h"
|
||||
#include "gmock/gmock.h"
|
||||
|
||||
// This lets us inspect private state from unit tests
|
||||
#define private public
|
||||
|
||||
#define EPS1D 0.1
|
||||
#define EPS2D 0.01
|
||||
#define EPS3D 0.001
|
||||
|
|
Loading…
Reference in New Issue