1# Copyright 2018 The Fuchsia Authors
2#
3# Use of this source code is governed by a MIT-style
4# license that can be found in the LICENSE file or at
5# https://opensource.org/licenses/MIT
6
7# tests only differ from apps by their install location
8
9MODULE_HOSTAPP_BIN := $(BUILDDIR)/host_tests/$(MODULE_NAME)
10
11include make/module-hostapp.mk
12