makefile.am

来自「xen 3.2.2 源码」· AM 代码 · 共 28 行

AM
28
字号
SUBDIRS =TESTS = 01_vtpm-list_pos.test \        02_vtpm-cat_pcrs.test \        03_vtpm-susp_res.test \        04_vtpm-loc_migr.test \        05_vtpm-loc_migr.test \        06_vtpm-susp_res_pcrs.test \        07_vtpm-mig_pcrs.test \        08_vtpm-mig_pcrs.test \        09_vtpm-xapi.testXFAIL_TESTS =EXTRA_DIST = $(TESTS) $(XFAIL_TESTS) vtpm_utils.pyTESTS_ENVIRONMENT=@TENV@%.test: %.py	cp $< $@	chmod +x $@clean-local: am_config_clean-localam_config_clean-local:	rm -f *test	rm -f *log	rm -f *~

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?