xref: /aosp_15_r20/external/ltp/testcases/lib/Makefile (revision 49cdfc7efb34551c7342be41a7384b9c40d7cab7)
1*49cdfc7eSAndroid Build Coastguard Worker# SPDX-License-Identifier: GPL-2.0-or-later
2*49cdfc7eSAndroid Build Coastguard Worker# Copyright (C) 2009, Cisco Systems Inc.
3*49cdfc7eSAndroid Build Coastguard Worker# Ngie Cooper, August 2009
4*49cdfc7eSAndroid Build Coastguard Worker
5*49cdfc7eSAndroid Build Coastguard Workertop_srcdir		?= ../..
6*49cdfc7eSAndroid Build Coastguard Worker
7*49cdfc7eSAndroid Build Coastguard Workerinclude $(top_srcdir)/include/mk/testcases.mk
8*49cdfc7eSAndroid Build Coastguard Worker
9*49cdfc7eSAndroid Build Coastguard WorkerINSTALL_TARGETS		:= *.sh
10*49cdfc7eSAndroid Build Coastguard Worker
11*49cdfc7eSAndroid Build Coastguard WorkerMAKE_TARGETS		:= tst_sleep tst_random tst_checkpoint tst_rod tst_kvcmp\
12*49cdfc7eSAndroid Build Coastguard Worker			   tst_device tst_net_iface_prefix tst_net_ip_prefix tst_net_vars\
13*49cdfc7eSAndroid Build Coastguard Worker			   tst_getconf tst_supported_fs tst_check_drivers tst_get_unused_port\
14*49cdfc7eSAndroid Build Coastguard Worker			   tst_get_median tst_hexdump tst_get_free_pids tst_timeout_kill\
15*49cdfc7eSAndroid Build Coastguard Worker			   tst_check_kconfigs tst_cgctl tst_fsfreeze tst_ns_create tst_ns_exec\
16*49cdfc7eSAndroid Build Coastguard Worker			   tst_ns_ifmove tst_lockdown_enabled tst_secureboot_enabled
17*49cdfc7eSAndroid Build Coastguard Worker
18*49cdfc7eSAndroid Build Coastguard Workerinclude $(top_srcdir)/include/mk/generic_leaf_target.mk
19