From 52fae93d2903fc606bb0c4347a994a1b1285835b Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 6 Apr 2018 15:38:13 +0100 Subject: Fixing documentation and building --- tests/spritesheet/test.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/spritesheet') diff --git a/tests/spritesheet/test.cpp b/tests/spritesheet/test.cpp index 7fe4e77f..1955d63e 100644 --- a/tests/spritesheet/test.cpp +++ b/tests/spritesheet/test.cpp @@ -15,7 +15,8 @@ using namespace yage; TEST(SpriteSheet, Load) { - SpriteSheet sp("tests/spritesheet/floor_atlas.png", "tests/spritesheet/floor_atlas.json"); + yLogDebug << IoManager::parentDirectory(__FILE__) << '\n' << __FILE__; + SpriteSheet sp(IoManager::parentDirectory(__FILE__), IoManager::parentDirectory(__FILE__)); ASSERT_TRUE(true); } -- cgit