mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2026-09-22 14:54:19 +00:00
Refactor include paths for PS3 tools: update headers to use the ps3 directory
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#include "../tool/ird.h"
|
||||
#include "../tool/ps3/ird.h"
|
||||
}
|
||||
|
||||
class IrdFixture : public ::testing::Test
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#include "../tool/sfo.h"
|
||||
#include "../tool/ps3/sfo.h"
|
||||
}
|
||||
|
||||
class SfoFixture : public ::testing::Test
|
||||
|
||||
Reference in New Issue
Block a user