📄 makefile.am
字号:
SUBDIRS =TESTS = 01_list_basic_pos.test \ 02_list_badparm_neg.test \ 03_list_nonexist_neg.test \ 04_list_goodparm_pos.test \ 05_list_long_pos.test \ 06_list_nonroot.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 + -