mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
test: refactor: Use absolute include paths for test data files
This commit is contained in:
committed by
MeshCollider
parent
e7b31631c7
commit
138016bf92
@@ -2,8 +2,8 @@
|
||||
// Distributed under the MIT software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#include <data/tx_invalid.json.h>
|
||||
#include <data/tx_valid.json.h>
|
||||
#include <test/data/tx_invalid.json.h>
|
||||
#include <test/data/tx_valid.json.h>
|
||||
#include <test/test_bitcoin.h>
|
||||
|
||||
#include <clientversion.h>
|
||||
|
||||
Reference in New Issue
Block a user