Helpers:
| 22 | |
| 23 | // Helpers: |
| 24 | static std::vector<unsigned char> |
| 25 | Serialize(const CScript& s) |
| 26 | { |
| 27 | std::vector<unsigned char> sSerialized(s); |
| 28 | return sSerialized; |
| 29 | } |
| 30 | |
| 31 | BOOST_FIXTURE_TEST_SUITE(sigopcount_tests, BasicTestingSetup) |
| 32 |
no outgoing calls
no test coverage detected