danicoin/tests/unit_tests
moneroexample de030d99a5 fix: error: -Werror=misleading-indentation
Compilation of bitmonero on Arch with gcc 6.1 results in the following
error:

/home/mwo/bitmonero/tests/unit_tests/hardfork.cpp: In member function ‘virtual void TestDB::set_hard_fork_version(uint64_t, uint8_t)’:
/home/mwo/bitmonero/tests/unit_tests/hardfork.cpp:132:5: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
     if (versions.size() <= height) versions.resize(height+1); versions[height] = version;

This can be fixed by simply unfolding this line into three lines.
2016-05-18 10:54:41 -04:00
..
address_from_url.cpp unit_tests: update test openalias address 2016-02-23 23:12:55 +00:00
ban.cpp Revert "Print stack trace upon exceptions" 2016-03-21 10:12:23 +00:00
base58.cpp updated copyright year 2015-12-31 08:39:56 +02:00
block_reward.cpp updated copyright year 2015-12-31 08:39:56 +02:00
blockchain_db.cpp unit_tests: fix blockchain unit test after hard fork import fix 2016-02-08 20:58:43 +00:00
canonical_amounts.cpp updated copyright year 2015-12-31 08:39:56 +02:00
chacha8.cpp updated copyright year 2015-12-31 08:39:56 +02:00
checkpoints.cpp updated copyright year 2015-12-31 08:39:56 +02:00
CMakeLists.txt unit_tests: add a write_varint/read_varint test 2016-05-01 11:42:31 +01:00
decompose_amount_into_digits.cpp updated copyright year 2015-12-31 08:39:56 +02:00
dns_resolver.cpp updated copyright year 2015-12-31 08:39:56 +02:00
epee_boosted_tcp_server.cpp Revert "Print stack trace upon exceptions" 2016-03-21 10:12:23 +00:00
epee_levin_protocol_handler_async.cpp updated copyright year 2015-12-31 08:39:56 +02:00
get_xtype_from_string.cpp updated copyright year 2015-12-31 08:39:56 +02:00
hardfork.cpp fix: error: -Werror=misleading-indentation 2016-05-18 10:54:41 -04:00
main.cpp move g_test_dbg_lock_sleep from a global to a function level static 2016-02-22 19:34:09 +00:00
mnemonics.cpp Revert "Print stack trace upon exceptions" 2016-03-21 10:12:23 +00:00
mul_div.cpp updated copyright year 2015-12-31 08:39:56 +02:00
parse_amount.cpp updated copyright year 2015-12-31 08:39:56 +02:00
serialization.cpp updated copyright year 2015-12-31 08:39:56 +02:00
slow_memmem.cpp OpenBSD support for Monero. 2016-01-21 11:18:26 -07:00
test_format_utils.cpp updated copyright year 2015-12-31 08:39:56 +02:00
test_peerlist.cpp updated copyright year 2015-12-31 08:39:56 +02:00
test_protocol_pack.cpp Revert "Print stack trace upon exceptions" 2016-03-21 10:12:23 +00:00
unbound.cpp tests: unbound API is only accessible in static builds 2016-04-02 16:02:18 +01:00
unit_tests_utils.h updated copyright year 2015-12-31 08:39:56 +02:00
varint.cpp unit_tests: add a write_varint/read_varint test 2016-05-01 11:42:31 +01:00