📄 makefile.am
字号:
SUBDIRS =TESTS = 01_destroy_basic_pos.test \ 02_destroy_noparm_neg.test \ 03_destroy_nonexist_neg.test \ 04_destroy_badparm_neg.test \ 05_destroy_byid_pos.test \ 06_destroy_dom0_neg.test \ 07_destroy_stale_pos.testXFAIL_TESTS = EXTRA_DIST = $(TESTS) $(XFAIL_TESTS)TESTS_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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -