Add sim65 tests

This commit is contained in:
Byron Lathi
2022-03-10 11:06:21 -06:00
parent eed7c21971
commit 6f3155cf35
4 changed files with 37 additions and 1 deletions

View File

@@ -30,3 +30,10 @@ test_bb_spi:
script:
- cd hw/fpga/simulation/modelsim/
- vsim -do "do bb_spi_testbench.do"
test-sw:
stage: test
image: bslathi19/cc65-pipeline
script:
- cd sw/
- make test