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

@@ -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>