9 lines
285 B
Makefile
9 lines
285 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (c) 2014 Red Hat, Inc.
|
|
# Copyright (C) 2021 SUSE LLC Andrea Cervesato <andrea.cervesato@suse.com>
|
|
|
|
top_srcdir ?= ../../../..
|
|
|
|
include $(top_srcdir)/include/mk/testcases.mk
|
|
include $(top_srcdir)/include/mk/generic_leaf_target.mk
|