You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
357 B
14 lines
357 B
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (c) 2015-2018 Oracle and/or its affiliates. All Rights Reserved.
|
|
|
|
top_srcdir ?= ../../..
|
|
|
|
include $(top_srcdir)/include/mk/testcases.mk
|
|
|
|
INSTALL_TARGETS := busy_poll01.sh \
|
|
busy_poll02.sh \
|
|
busy_poll03.sh \
|
|
busy_poll_lib.sh
|
|
|
|
include $(top_srcdir)/include/mk/generic_leaf_target.mk
|