aboutsummaryrefslogtreecommitdiff
path: root/src/test/script_tests.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2017-08-15 21:22:09 +0200
committerMeshCollider <[email protected]>2017-11-16 08:23:02 +1300
commit138016bf9275692995d37f707e5b83e0d7fed1a9 (patch)
tree8d76fe48cd560663526f21d77d93063678927b07 /src/test/script_tests.cpp
parentqt: refactor: Changes to make include paths absolute (diff)
downloaddiscoin-138016bf9275692995d37f707e5b83e0d7fed1a9.tar.xz
discoin-138016bf9275692995d37f707e5b83e0d7fed1a9.zip
test: refactor: Use absolute include paths for test data files
Diffstat (limited to 'src/test/script_tests.cpp')
-rw-r--r--src/test/script_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/script_tests.cpp b/src/test/script_tests.cpp
index 7a92889a6..57b3e501a 100644
--- a/src/test/script_tests.cpp
+++ b/src/test/script_tests.cpp
@@ -2,7 +2,7 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
-#include <data/script_tests.json.h>
+#include <test/data/script_tests.json.h>
#include <core_io.h>
#include <key.h>