Sign in
gbmc
/
rde-client
/
6b5d9a99432aabd77d5ce155f17d24ae3556c27c
/
.
/
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
);
}