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

📄 makefile.am

📁 c unit test framework
💻 AM
字号:
TESTS = \	check_check		\	test_output.sh		\	test_xml_output.sh	\	test_log_output.shnoinst_PROGRAMS = \	check_check	\	check_stress	\	ex_output	\	ex_xml_output	\	ex_log_outputEXTRA_DIST = test_output.sh test_log_output.sh test_xml_output.shcheck_check_SOURCES = \	check_check.h		\	check_list.c		\	check_check_sub.c	\	check_check_master.c	\	check_check_msg.c	\	check_check_log.c	\	check_check_limit.c	\	check_check_fork.c	\	check_check_fixture.c	\	check_check_pack.c	\	check_check_main.ccheck_stress_SOURCES = check_stress.cex_output_SOURCES = ex_output.cex_log_output_SOURCES = ex_log_output.cex_xml_output_SOURCES = ex_xml_output.cINCLUDES = -I$(srcdir)/../srcLDADD = ../src/libcheck.aCLEANFILES = *.log test_logfile

⌨️ 快捷键说明

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