Sign in
gbmc
/
rde-client
/
0cf7d13227a350f788c5efd46e75f7eb21fc534b
/
.
/
tests
/
rde_test.cpp
blob: 1ad66310cf96621bc1f4a2c27033535c2356f411 [
file
] [
log
] [
blame
]
#include
<gtest/gtest.h>
TEST
(
DummyTest
,
DummyTest
)
{
// TODO(@harshtya): Add tests for RDE
EXPECT_TRUE
(
true
);
}