Skip to content

Commit 2415226

Browse files
committed
runq: add test case for new runq helpers.
Signed-off-by: Imran Khan <[email protected]>
1 parent 98b38a8 commit 2415226

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/test_runq.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@ def test_run_queue(prog):
99
if ProgramFlags.IS_LIVE & prog.flags:
1010
return
1111
runq.run_queue(prog)
12+
13+
14+
def test_run_queue_check(prog):
15+
if ProgramFlags.IS_LIVE & prog.flags:
16+
return
17+
runq.run_queue_check(prog)

0 commit comments

Comments
 (0)