test: refactor: Use absolute include paths for test data files

This commit is contained in:
Wladimir J. van der Laan
2017-08-15 21:22:09 +02:00
committed by MeshCollider
parent e7b31631c7
commit 138016bf92
4 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
#include <consensus/tx_verify.h>
#include <consensus/validation.h>
#include <data/sighash.json.h>
#include <test/data/sighash.json.h>
#include <hash.h>
#include <script/interpreter.h>
#include <script/script.h>