realpath
来自「make debug tool. You can use this tool t」· 代码 · 共 73 行
TXT
73 行
# -*-perl-*-#$Id: realpath,v 1.1 2005/12/24 03:31:44 rockyb Exp $$description = "Test the realpath functions.";$details = "";run_make_test('ifneq ($(realpath .),$(CURDIR)) $(error )endififneq ($(realpath ./),$(CURDIR)) $(error )endififneq ($(realpath .///),$(CURDIR)) $(error )endififneq ($(realpath /),/) $(error )endififneq ($(realpath ///),/) $(error )endififneq ($(realpath /.),/) $(error )endififneq ($(realpath ///.),/) $(error )endififneq ($(realpath /./),/) $(error )endififneq ($(realpath /.///),/) $(error )endififneq ($(realpath /..),/) $(error )endififneq ($(realpath ///..),/) $(error )endififneq ($(realpath /../),/) $(error )endififneq ($(realpath /..///),/) $(error )endififneq ($(realpath . /..),$(CURDIR) /) $(error )endif.PHONY: allall: ; @:','','');# This tells the test driver that the perl test script executed properly.1;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?