贡献一份commoncpp2,有兴趣的可以研究一下

源代码在线查看: test.sh

软件大小: 814 K
上传用户: z3021440
关键词: commoncpp
下载地址: 免注册下载 普通下载 VIP

相关代码

				#!/bin/sh								echo Executing all tests... please wait...				sh dotests.sh > testout.txt								if cmp testout.txt output.txt; then					echo Test successfully				else					echo 'Test failed :('					echo 'Compare testout.txt (wrong) and output.txt (correct) for more information'				fi							

相关资源