mirror of
https://github.com/mudita/MuditaOS.git
synced 2025-12-30 09:28:33 -05:00
Remove dependency to the production image by creating separate sysroot for test assets alongside with a test image Test.img. Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
10 lines
221 B
C++
10 lines
221 B
C++
// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved.
|
|
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md
|
|
|
|
#pragma once
|
|
|
|
namespace testing::vfs
|
|
{
|
|
constexpr auto disk_image = "Test.img";
|
|
}
|