aboutsummaryrefslogtreecommitdiff
path: root/tests/core_tests/transaction_tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/core_tests/transaction_tests.h')
-rw-r--r--tests/core_tests/transaction_tests.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/core_tests/transaction_tests.h b/tests/core_tests/transaction_tests.h
new file mode 100644
index 000000000..460192802
--- /dev/null
+++ b/tests/core_tests/transaction_tests.h
@@ -0,0 +1,10 @@
+// Copyright (c) 2012-2013 The Cryptonote developers
+// Distributed under the MIT/X11 software license, see the accompanying
+// file COPYING or http://www.opensource.org/licenses/mit-license.php.
+
+#pragma once
+
+
+
+bool test_transactions();
+bool test_block_creation();