aboutsummaryrefslogtreecommitdiff
path: root/testcases/lib/Makefile
blob: f4f8c85246c726951e89659e60e61df85a16f97b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009, Cisco Systems Inc.
# Ngie Cooper, August 2009

top_srcdir		?= ../..

include $(top_srcdir)/include/mk/testcases.mk

INSTALL_TARGETS		:= *.sh

MAKE_TARGETS		:= tst_sleep tst_random tst_checkpoint tst_rod tst_kvcmp\
			   tst_device tst_net_iface_prefix tst_net_ip_prefix tst_net_vars\
			   tst_getconf tst_supported_fs tst_check_drivers tst_get_unused_port\
			   tst_get_median tst_hexdump tst_get_free_pids tst_timeout_kill\
			   tst_check_kconfigs tst_cgctl

include $(top_srcdir)/include/mk/generic_leaf_target.mk