b0577cebc601eb9883a761dc328cfc6e6575faf5
By adding an "init" function per test, it is easier to generate code that would be laborious to write by hand.
A work-in-progress Gameboy emulator with a terminal-based UI and a basic assembler.
Compilation
make config-release
make
Docs
doxygen ./doxygen.config
Tests
make config-default
make check
Coverage
make config-coverage
make coverage-report
Description
Languages
C
98.2%
Makefile
1.8%