1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-02 07:41:32 +00:00
erc-c/tests
Peter Evans 68f9daf6ac Add -O3 optimization
Also add debugging symbols in the unit test version (which we didn't
have???)
2018-03-14 00:12:00 -05:00
..
build First commit 2017-11-21 23:24:51 -06:00
data Refactor code to pass image type in 2018-02-21 00:23:12 -06:00
apple2.bank.c Use apple2.tests.h for setup/teardown 2018-01-17 15:31:12 -06:00
apple2.c Use option_open_file() 2018-03-09 16:45:39 -06:00
apple2.dbuf.c Use apple2.tests.h for setup/teardown 2018-01-17 15:31:12 -06:00
apple2.dd.c Rewrite dd to use phases and half-track steps 2018-03-03 21:29:19 -06:00
apple2.dec.c Refactor code to pass image type in 2018-02-21 00:23:12 -06:00
apple2.draw.c Punt on testing 2018-03-13 15:42:08 -05:00
apple2.enc.c Pass image type into enc_dos; use sector_num instead of a table pointer 2018-02-20 15:36:23 -06:00
apple2.hires.c Add hires graphics file; draw hires graphics 2018-03-13 16:08:31 -05:00
apple2.kb.c Add tests for apple2.kb.c 2018-01-17 14:58:42 -06:00
apple2.lores.c Add test for lores_color, skip on draw 2018-03-13 15:46:21 -05:00
apple2.mem.c Use apple2.tests.h for setup/teardown 2018-01-17 15:31:12 -06:00
apple2.pc.c We switched the logic for C015 2018-01-31 00:20:37 -06:00
apple2.reflect.c Add missing test for reflect functions, init 2018-02-10 18:20:50 -06:00
apple2.text.c Add tests for row, col functions 2018-03-13 15:40:37 -05:00
CMakeLists.txt Add -O3 optimization 2018-03-14 00:12:00 -05:00
log.c Add missing tests 2018-01-07 15:06:07 -06:00
main.c Add missing files for tests 2018-01-06 21:35:32 -06:00
mos6502.addr.c Remove obsoleted test functions 2018-01-27 00:16:39 -06:00
mos6502.arith.c Do a better job testing overflow 2018-03-01 17:24:51 -06:00
mos6502.bits.c Better testing for ROL/ROR 2018-03-01 18:31:03 -06:00
mos6502.branch.c Add new Branch Always instruction 2018-02-21 21:57:21 -06:00
mos6502.c Remove modify_status() function 2018-02-28 21:40:52 -06:00
mos6502.dis.c Update tests to include register info 2018-03-13 00:12:52 -05:00
mos6502.exec.c Formerly "BAD" instructions are now forms of NOPs 2018-02-22 14:07:05 -06:00
mos6502.loadstor.c Add TSB (Test and Set Bits) instruction 2018-02-22 13:39:48 -06:00
mos6502.stat.c Rename status flags to MOS_ 2018-01-05 14:18:39 -06:00
objstore.c Add objstore_clear(), tests for objstore 2018-01-07 16:30:33 -06:00
option.c Rename test to open_file 2018-03-13 15:19:26 -05:00
vm_area.c Move vm_area logic into its own file 2018-01-07 20:05:02 -06:00
vm_bitfont.c Add missing tests and note missing ones 2018-01-07 20:00:28 -06:00
vm_debug.c Add hexdump command 2018-03-09 16:44:53 -06:00
vm_di.c Add tests for vm_di 2018-02-10 18:25:29 -06:00
vm_event.c Split up logic for keyboard test 2018-02-10 18:31:38 -06:00
vm_reflect.c Account for changes to vm_reflect functions 2018-02-07 14:44:37 -06:00
vm_screen.c Add test for vm_screen_dirty, exception for prepare 2018-02-03 22:01:27 -06:00
vm_segment.c Add test for hexdump 2018-03-13 15:18:54 -05:00