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 7LTPLIBS = ujson 8tst_run_shell: LTPLDLIBS = -lujson 9 10include $(top_srcdir)/include/mk/testcases.mk 11 12INSTALL_TARGETS := *.sh 13 14MAKE_TARGETS := tst_sleep tst_random tst_checkpoint tst_rod tst_kvcmp\ 15 tst_device tst_net_iface_prefix tst_net_ip_prefix tst_net_vars\ 16 tst_getconf tst_supported_fs tst_check_drivers tst_get_unused_port\ 17 tst_get_median tst_hexdump tst_get_free_pids tst_timeout_kill\ 18 tst_check_kconfigs tst_cgctl tst_fsfreeze tst_ns_create tst_ns_exec\ 19 tst_ns_ifmove tst_lockdown_enabled tst_secureboot_enabled tst_res_\ 20 tst_run_shell 21 22include $(top_srcdir)/include/mk/generic_trunk_target.mk 23