blob: 08f711aec9f36f84c113a8d76128e88807917f77 (
plain)
1
2
3
4
5
6
7
8
|
#=======================================================================
# Makefrag for hypervisor tests
#-----------------------------------------------------------------------
hypervisor_sc_tests = \
2-stage_translation \
hypervisor_p_tests = $(addprefix hypervisor-p-, $(hypervisor_sc_tests))
|