diff options
| author | Wladimir J. van der Laan <[email protected]> | 2017-08-15 21:22:09 +0200 |
|---|---|---|
| committer | MeshCollider <[email protected]> | 2017-11-16 08:23:02 +1300 |
| commit | 138016bf9275692995d37f707e5b83e0d7fed1a9 (patch) | |
| tree | 8d76fe48cd560663526f21d77d93063678927b07 /src/test/script_tests.cpp | |
| parent | qt: refactor: Changes to make include paths absolute (diff) | |
| download | discoin-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.cpp | 2 |
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> |