Skip to content

Commit

Permalink
DRAFT: RTOS test suite on FPGA runner
Browse files Browse the repository at this point in the history
  • Loading branch information
marnovandermaas committed Nov 12, 2024
1 parent 267a91c commit a05989c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nix/tests.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ in {
${../util/test_runner.py} -t 30 fpga "$1" \
--elf-file ${sonata-system-software}/bin/test_runner \
--tcl-file ${../util/sonata-openocd-cfg.tcl}
echo "RTOS test suite"
${../util/test_runner.py} -t 600 fpga "$1" \
--uf2-file ${cheriot-rtos-test-suite}/share/test-suite.uf2
'';
};

Expand Down

0 comments on commit a05989c

Please sign in to comment.