curdir

来自「make debug tool. You can use this tool t」· 代码 · 共 21 行

TXT
21
字号
#                                                                    -*-perl-*-$description = "This tests the CURDIR varaible.";$details = "Echo CURDIR both with and without -C.  Also ensure overrides work.";open(MAKEFILE,"> $makefile");print MAKEFILE "all: ; \@echo \$(CURDIR)\n";close(MAKEFILE);# TEST #1# -------&run_make_with_options($makefile,"",&get_logfile);$answer = "$pwd\n";&compare_output($answer,&get_logfile(1));1;

⌨️ 快捷键说明

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