1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-11-01 04:04:28 +00:00
erc-c/tests
Peter Evans 419b82faf1 Add missing tests for reset, set_memory
This also consciously ignores tests for free() (handled implicitly in
all teardowns) and run_loop (for which I don't have a good notion to
test right now).
2018-01-07 13:43:09 -06:00
..
build First commit 2017-11-21 23:24:51 -06:00
data Add bad image file for testing 2017-12-15 16:53:22 -06:00
apple2.c Add missing tests for reset, set_memory 2018-01-07 13:43:09 -06:00
apple2.dd.c Reorganize tests 2017-12-26 17:20:06 -06:00
apple2.draw.c Add missing files for tests 2018-01-06 21:35:32 -06:00
apple2.mem.c Add test for write_bank 2018-01-04 19:34:15 -06:00
CMakeLists.txt Don't create a window when testing 2017-12-26 17:06:08 -06:00
log.c We have to pass NULL into log_open now 2017-12-06 16:53:15 -06:00
main.c Add missing files for tests 2018-01-06 21:35:32 -06:00
mos6502.addr.c Rename status flags to MOS_ 2018-01-05 14:18:39 -06:00
mos6502.arith.c Rename status flags to MOS_ 2018-01-05 14:18:39 -06:00
mos6502.bits.c Rename status flags to MOS_ 2018-01-05 14:18:39 -06:00
mos6502.branch.c Rename status flags to MOS_ 2018-01-05 14:18:39 -06:00
mos6502.c Rename status flags to MOS_ 2018-01-05 14:18:39 -06:00
mos6502.dis.c Refactor to use cpu, not literal segments 2017-12-30 23:02:30 -06:00
mos6502.exec.c Rename status flags to MOS_ 2018-01-05 14:18:39 -06:00
mos6502.loadstor.c Vastly simplify unit tests for mos6502 2017-12-06 15:57:15 -06:00
mos6502.stat.c Rename status flags to MOS_ 2018-01-05 14:18:39 -06:00
objstore.c Add objstore code, tests 2018-01-03 20:51:20 -06:00
option.c Add tests for get_width and get_height 2017-12-26 22:35:50 -06:00
vm_bitfont.c Change create to use objstore vm_8bit data 2018-01-03 21:50:30 -06:00
vm_screen.c Make vm_area_set be an inline function. 2017-12-27 17:10:51 -06:00
vm_segment.c Include the mach argument 2018-01-02 23:52:40 -06:00