• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0-or-later
2# Copyright (C) 2009, Cisco Systems Inc.
3# Ngie Cooper, August 2009
4
5top_srcdir		?= ../..
6
7include $(top_srcdir)/include/mk/testcases.mk
8
9INSTALL_TARGETS		:= *.sh
10
11MAKE_TARGETS		:= tst_sleep tst_random tst_checkpoint tst_rod tst_kvcmp\
12			   tst_device tst_net_iface_prefix tst_net_ip_prefix tst_net_vars\
13			   tst_getconf tst_supported_fs tst_check_drivers tst_get_unused_port\
14			   tst_get_median tst_hexdump tst_get_free_pids tst_timeout_kill\
15			   tst_check_kconfigs
16
17include $(top_srcdir)/include/mk/generic_leaf_target.mk
18