Add empty merkle/noteencryption tests so Sean can rebase.

This commit is contained in:
Taylor Hornby
2016-04-28 10:04:24 -06:00
parent 3098bab6d6
commit 0000d23121
3 changed files with 13 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
#include <gtest/gtest.h>
TEST(tautologies, nine_eq_nine) {
ASSERT_EQ(9, 9);
}