1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-07-05 01:28:58 +00:00
erc-c/tests
Peter Evans 00ff9f069d Vastly simplify unit tests for mos6502
Criterion's init and fini config options allow us to register setup and
teardown functions. We now use this to register the common cpu variable
for the mos6502 tests, albeit through the use of a global variable.

Doing so necessitated that each of the different test files have their
own suites, due to some implementation details in Criterion, but this is
No Big Deal.
2017-12-06 15:57:15 -06:00
..
build First commit 2017-11-21 23:24:51 -06:00
apple2.c Add functions for pressing/releasing keys 2017-12-06 15:21:39 -06:00
CMakeLists.txt Adding all of the instruction files 2017-12-02 13:05:53 -06:00
log.c Adding all of the instruction files 2017-12-02 13:05:53 -06:00
mos6502.addr.c Vastly simplify unit tests for mos6502 2017-12-06 15:57:15 -06:00
mos6502.arith.c Vastly simplify unit tests for mos6502 2017-12-06 15:57:15 -06:00
mos6502.bits.c Vastly simplify unit tests for mos6502 2017-12-06 15:57:15 -06:00
mos6502.branch.c Vastly simplify unit tests for mos6502 2017-12-06 15:57:15 -06:00
mos6502.c Vastly simplify unit tests for mos6502 2017-12-06 15:57:15 -06:00
mos6502.exec.c Vastly simplify unit tests for mos6502 2017-12-06 15:57:15 -06:00
mos6502.loadstor.c Vastly simplify unit tests for mos6502 2017-12-06 15:57:15 -06:00
mos6502.stat.c Vastly simplify unit tests for mos6502 2017-12-06 15:57:15 -06:00
vm_screen.c Adding all of the instruction files 2017-12-02 13:05:53 -06:00
vm_segment.c Adding all of the instruction files 2017-12-02 13:05:53 -06:00