摘要: #!/usr/bin/perl use File::Basename; my $result_dir = $ARGV[0]; # Blow is the testlog directory #TODO:you may need update based your config my $result_ 阅读全文
posted @ 2018-06-20 18:07 freeic 阅读(241) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/perlprint "TESTLIST File Name: @ARGV\n";my $testlist = $ARGV[0]; open(RD_FILE, "$testlist");@all_cases = <RD_FILE>; ##TODO add your command 阅读全文
posted @ 2018-06-20 17:58 freeic 阅读(203) 评论(0) 推荐(0) 编辑
摘要: LD_LIBRARY_PATH = ${NOVAS_HOME}/share/PLI/VCS/LINUX test = basic_test program_path = ./envPROGRAM_TOP = $(program_path)/test.svpackage_path = ./packag 阅读全文
posted @ 2018-06-20 17:50 freeic 阅读(1601) 评论(0) 推荐(0) 编辑