makefile.am
来自「c unit test framework」· AM 代码 · 共 42 行
AM
42 行
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 + =
减小字号Ctrl + -
显示快捷键?