diff --git a/tests/ps3_ird.cpp b/tests/ps3_ird.cpp index 7d0b287..253c768 100644 --- a/tests/ps3_ird.cpp +++ b/tests/ps3_ird.cpp @@ -14,7 +14,7 @@ extern "C" { -#include "../tool/ird.h" +#include "../tool/ps3/ird.h" } class IrdFixture : public ::testing::Test diff --git a/tests/ps3_iso9660.cpp b/tests/ps3_iso9660.cpp index cd9ce2f..8a547ba 100644 --- a/tests/ps3_iso9660.cpp +++ b/tests/ps3_iso9660.cpp @@ -15,8 +15,8 @@ extern "C" { -#include "../tool/iso9660_mini.h" -#include "../tool/sfo.h" +#include "../tool/ps3/iso9660_mini.h" +#include "../tool/ps3/sfo.h" } /* In-memory ISO image for testing */ diff --git a/tests/ps3_sfo.cpp b/tests/ps3_sfo.cpp index 5adaef9..6150229 100644 --- a/tests/ps3_sfo.cpp +++ b/tests/ps3_sfo.cpp @@ -15,7 +15,7 @@ extern "C" { -#include "../tool/sfo.h" +#include "../tool/ps3/sfo.h" } class SfoFixture : public ::testing::Test