예제 #1
0
def add_concurrent_test(group, name, args):
    test = PiglitTest(args)
    test.run_concurrent = true
    group[name] = PiglitTest(args)
예제 #2
0
파일: cl.py 프로젝트: groleo/piglit
def add_concurrent_test(group, name, args):
        test = PiglitTest(args)
        test.run_concurrent = true;
        group[name] = PiglitTest(args)