Verified Commit d1fc5add authored by Peter Stanko's avatar Peter Stanko
Browse files

Add one point

parent 6f3aae68
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)