aboutsummaryrefslogtreecommitdiffstats
path: root/test/e2e/fibo/test_fibo.py
blob: 14760e06475f463bdedab4139609282a34133cf9 (plain)
1
2
3
4
5
6
7
8
from test.utils import assemble_and_run_until_halted

def test_fibo():
  machine = assemble_and_run_until_halted(
    "test/e2e/fibo/fibo.atk16"
  )

  assert machine.ra.value == 41443