Loading kontr_tests/instructions.py +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ compile_task = RawCompilerTask(compiler='gcc', executable='hello', files=['main. compile_task.check_that(TestResultCheck(matcher=matchers.ResultPassed())) ktdk.suite.add_task(compile_task) hello_test = Test(name="hello_test", desc="Super hello test") hello_test = Test(name="hello_test", desc="Super hello test", points=1) hello = ExecutableTask(executable='hello', executor=ValgrindCommand) hello_test.add_task(hello) Loading Loading
kontr_tests/instructions.py +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ compile_task = RawCompilerTask(compiler='gcc', executable='hello', files=['main. compile_task.check_that(TestResultCheck(matcher=matchers.ResultPassed())) ktdk.suite.add_task(compile_task) hello_test = Test(name="hello_test", desc="Super hello test") hello_test = Test(name="hello_test", desc="Super hello test", points=1) hello = ExecutableTask(executable='hello', executor=ValgrindCommand) hello_test.add_task(hello) Loading