文件名称:testSuite:使用bash创建的程序测试套件
文件大小:101KB
文件格式:ZIP
更新时间:2024-05-17 08:07:53
Shell
运行套件 用于使用bash测试小型C ++程序的测试脚本。 如果您从此脚本中受益,请加注星标! 包含: 实际的测试脚本 为方便起见生成套件文件的脚本。 运行套件 混叠: 要从任何目录使用runSuite,请将此行添加到.bashrc : alias runSuite= ' ~/[cloned directory]/runSuite ' 用法: runSuite将获取一个程序,并使用提供的.in和.out文件运行该程序。 .in包含程序将使用STDIN接收的输入 .out包含正在使用相应的.in文件运行的程序的预期输出 运行: runSuite suitefile program [-valgrind] [-v] [-sr] [-stderr] suitefile是一个文本文件,其中包含当前目录中的测试名称列表 program -是可执行的C ++程序 范例: 内部sui
【文件预览】:
testSuite-master
----sample1.png(14KB)
----runSuite(5KB)
----README.md(3KB)
----createSuite(269B)
----sample-tests()
--------test2.out(76B)
--------helloworldbad(20KB)
--------helloworldbad.cc(207B)
--------test2.in(50B)
--------test1.in(24B)
--------test1.out(39B)
--------helloworld(20KB)
--------helloworld.cc(208B)
--------suite1.txt(12B)
----sample2.png(73KB)