Trying to get ortree test working

This commit is contained in:
2022-02-21 17:59:41 +01:00
parent 296411da8c
commit 0a5a271409
7 changed files with 103 additions and 9 deletions

View File

@@ -0,0 +1,19 @@
set-bool-array "t.in" 15 0
cycle
mode run
assert t.out 0
set-bool-array "t.in" 15 1
cycle
assert t.out 1
set-bool-array "t.in" 15 0
cycle
assert t.out 0
set-bool-array "t.in" 15 15
cycle
assert t.out 1