Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D1594
Change Details
Change Details
Old
New
Diff
To confirm that all tests still pass: ```make check``` To confirm that the tests have been renamed and have not been lost: ```src/test/test_bitcoin --run_test=opcode_tests```
To confirm that all tests still pass: `make check` To confirm that the tests have been renamed and have not been lost: `src/test/test_bitcoin --run_test=opcode_tests`
To confirm that all tests still pass:
```
`
make check
```
`
To confirm that the tests have been renamed and have not been lost:
```
`
src/test/test_bitcoin --run_test=opcode_tests
```
`
Continue