From 6a72cd45e20ad220f27d9ead3120e98020802022 Mon Sep 17 00:00:00 2001
From: Gustav Simonsson <gustav.simonsson@gmail.com>
Date: Mon, 18 May 2015 16:28:54 +0200
Subject: [PATCH] Add wrapper for BlockTests/bcWalletTest.json

---
 tests/block_test.go | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/block_test.go b/tests/block_test.go
index 0ba0aefa2..d17cab477 100644
--- a/tests/block_test.go
+++ b/tests/block_test.go
@@ -48,6 +48,10 @@ func TestBcTotalDifficulty(t *testing.T) {
 	runBlockTestsInFile("files/BlockTests/bcTotalDifficultyTest.json", []string{}, t)
 }
 
+func TestBcWallet(t *testing.T) {
+	runBlockTestsInFile("files/BlockTests/bcWalletTest.json", []string{}, t)
+}
+
 func runBlockTestsInFile(filepath string, snafus []string, t *testing.T) {
 	bt, err := LoadBlockTests(filepath)
 	if err != nil {
-- 
GitLab