diff options
-rw-r--r-- | test/json.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/json.cpp b/test/json.cpp index 3b099e47..c304d3d2 100644 --- a/test/json.cpp +++ b/test/json.cpp @@ -34,6 +34,7 @@ static chunk make_test_chunk() bool test_app::test_json() // NOLINT(readability-convert-member-functions-to-static) { + fm_assert(Path::exists("../CMakeCache.txt")); constexpr auto output_dir = "../test/."_s; { auto atlas = loader.tile_atlas("metal1", {2, 2}); |