diff options
| author | BtcDrak <[email protected]> | 2016-03-07 19:44:09 +0000 |
|---|---|---|
| committer | BtcDrak <[email protected]> | 2016-03-18 19:33:59 +0000 |
| commit | bbb9d1d1231099122a5b0ad5dd86f3f93ce22724 (patch) | |
| tree | feed9074ee27fb927b7b143aafc50f68c11a38aa /src/Makefile.test.include | |
| parent | Merge #7575: Minimal BIP9 implementation (diff) | |
| download | discoin-bbb9d1d1231099122a5b0ad5dd86f3f93ce22724.tar.xz discoin-bbb9d1d1231099122a5b0ad5dd86f3f93ce22724.zip | |
Remove p2p alert handling
Diffstat (limited to 'src/Makefile.test.include')
| -rw-r--r-- | src/Makefile.test.include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 57f9ac50e..7e7bf8abe 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -29,7 +29,7 @@ JSON_TEST_FILES = \ test/data/tx_valid.json \ test/data/sighash.json -RAW_TEST_FILES = test/data/alertTests.raw +RAW_TEST_FILES = GENERATED_TEST_FILES = $(JSON_TEST_FILES:.json=.json.h) $(RAW_TEST_FILES:.raw=.raw.h) |