df22d782f5fa706fa4c217349e5734d09aa1da70
A previous patch changed the way tests are run by piping the output into sed to indent the output. This broke checking the return code of the test because the return code is really that of sed. Fix this by taking a dependecy on bash and using PIPESTATUS to get the return code fo the test.
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%