blob: 3a9ab3590bba1146132eefeea48b2812aed4a4dd [file] [log] [blame]
# Copyright 2016 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.
# This config allows inclusion of headers via relative paths from src
config("magma_src_include_config") {
include_dirs = [ "src" ]
}
# This config allows inclusion of headers via relative paths from tests
config("magma_tests_include_config") {
include_dirs = [ "tests" ]
}
group("magma-tools") {
testonly = true
deps = [ ":magma" ]
}
group("magma") {
testonly = true
deps = [ "src/tools" ]
}