⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 write

📁 make debug tool. You can use this tool to debug Makefile
💻
字号:
#                                                                    -*-perl-*-# $Id: write,v 1.2 2005/12/24 03:00:54 rockyb Exp $$description = "The following test checks that writing to a full filesystemgives an error.";$details = "We use issue \"make --print-data-base\",  redirectoutput to /dev/full and check for a non-zero return code /dev/full.\n";return -1 if $port_type ne 'UNIX' || ! -e '/dev/full';open(MAKEFILE,"> $makefile");print MAKEFILE <<EOF;a: ;EOFclose(MAKEFILE);if (run_make_with_options($makefile, "--print-data-base", '/dev/full',			  256)) {    ++$tests_passed;    $suite_passed = 1;} else {    $suite_passed = 0;}++$tests_run;1;

⌨️ 快捷键说明

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