![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
#include "json/json_spirit_writer_template.h"
#include <boost/test/unit_test.hpp>
#include <openssl/ecdsa.h>
#include "key.h"
#include "script.h"
#include "util.h"
Go to the source code of this file.
Functions | |
Array | read_json (const std::string &filename) |
BOOST_AUTO_TEST_CASE (script_canon) | |
BOOST_AUTO_TEST_CASE (script_noncanon) | |
BOOST_AUTO_TEST_CASE | ( | script_canon | ) |
Definition at line 59 of file canonical_tests.cpp.
BOOST_AUTO_TEST_CASE | ( | script_noncanon | ) |
Definition at line 73 of file canonical_tests.cpp.
Array read_json | ( | const std::string & | filename | ) |
Definition at line 89 of file script_tests.cpp.