Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Functions
canonical_tests.cpp File Reference
#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"
Include dependency graph for canonical_tests.cpp:

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)
 

Function Documentation

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.