Commit 1669bb2
committed
Merge bitcoin-core#628: Fix ability to compile tests without -DVERIFY.
dcf3920 Fix ability to compile tests without -DVERIFY. (Gregory Maxwell)
Pull request description:
Broken by 3f3964e.
It's important that the tests are also run without -DVERIFY due to
the possibility that side-effects of a VERIFY_CHECK fix a bug that
would otherwise be detected.
Use of the verify_check macro in tests isn't sufficient.
ACKs for commit dcf392:
Tree-SHA512: ff7ca0e89e33f845656a4d7d18c0195d1378b020d67f89e900b18cf3d702aa81dd91ffd05a98953a481b83e4247eaf0c484bea12eab020efb3c966a456e8129f1 file changed
+15
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
87 | 89 | | |
88 | 90 | | |
89 | 91 | | |
| |||
1819 | 1821 | | |
1820 | 1822 | | |
1821 | 1823 | | |
1822 | | - | |
| 1824 | + | |
| 1825 | + | |
| 1826 | + | |
1823 | 1827 | | |
1824 | 1828 | | |
1825 | 1829 | | |
1826 | 1830 | | |
1827 | | - | |
| 1831 | + | |
| 1832 | + | |
| 1833 | + | |
1828 | 1834 | | |
1829 | 1835 | | |
1830 | 1836 | | |
1831 | 1837 | | |
1832 | 1838 | | |
1833 | 1839 | | |
1834 | | - | |
| 1840 | + | |
| 1841 | + | |
| 1842 | + | |
1835 | 1843 | | |
1836 | 1844 | | |
1837 | 1845 | | |
1838 | 1846 | | |
1839 | | - | |
| 1847 | + | |
| 1848 | + | |
| 1849 | + | |
1840 | 1850 | | |
1841 | 1851 | | |
1842 | 1852 | | |
| |||
0 commit comments