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