diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-08-15 21:22:09 +0200 |
---|---|---|
committer | MeshCollider <dobsonsa68@gmail.com> | 2017-11-16 08:23:02 +1300 |
commit | 138016bf9275692995d37f707e5b83e0d7fed1a9 (patch) | |
tree | 8d76fe48cd560663526f21d77d93063678927b07 /src/test/script_tests.cpp | |
parent | e7b31631c78a8fc021336c7ecda44f6bc4b4b1f1 (diff) |
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.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/script_tests.cpp b/src/test/script_tests.cpp index 7a92889a6b..57b3e501af 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> |