e062a40571b6e9763f4bdbabf3d1c03abb0581b4
This aids debugging failing tests by showing exactly where things failed in assertions that follow failed comparisons.
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%