Add empty merkle/noteencryption tests so Sean can rebase.
This commit is contained in:
5
src/gtest/test_merkletree.cpp
Normal file
5
src/gtest/test_merkletree.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
TEST(tautologies, eight_eq_eight) {
|
||||
ASSERT_EQ(8, 8);
|
||||
}
|
||||
Reference in New Issue
Block a user