actlib_dataflow_neuro/test/unit_tests/ortree_15/test.prsim

28 lines
301 B
Plaintext
Raw Normal View History

system "echo '0'"
2022-02-21 18:27:41 +01:00
2022-02-21 17:59:41 +01:00
set-bool-array "t.in" 15 0
system "echo '1'"
2022-02-21 17:59:41 +01:00
cycle
mode run
assert t.out 0
set-bool-array "t.in" 15 1
cycle
assert t.out 1
system "echo '2'"
2022-02-21 17:59:41 +01:00
set-bool-array "t.in" 15 0
cycle
assert t.out 0
system "echo '3'"
2022-02-21 17:59:41 +01:00
set-bool-array "t.in" 15 15
cycle
assert t.out 1
system "echo '4'"