1# Copyright 2016 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
7ifeq ($(MODULE_USERTEST_GROUP),)
8    MODULE_USERTEST_GROUP := sys
9endif
10
11MODULE_INSTALL_PATH := test/$(MODULE_USERTEST_GROUP)
12
13include make/module-userapp.mk
14
15MODULE_USERTEST_GROUP :=
16