blob: 2ea05db9ae3fbeb776d1a891a2e9196a1df7d257 [file] [log] [blame]
# Copyright 2022 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Barebones test of image assembly
import("//build/testing/host_test.gni")
import("//src/tests/assembly/assemble_image/test_assembly_config.gni")
test_assembly_config("assemble_image") {
platform = {
feature_set_level = "empty"
build_type = "eng"
storage = {
configure_fshost = true
filesystems = {
image_name = "assemble_test"
volume = {
fvm = {
data = {
}
blob = {
}
}
}
}
}
}
}