This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Logging system added to harness. Logging system doesn't
yet utilize all the given parameters.
- Loading branch information
Showing
with
268 additions
and 71 deletions.
- +1 −6 test/test-automation/Makefile.am
- +30 −10 test/test-automation/SDL_test.c
- +3 −1 test/test-automation/SDL_test.h
- +41 −22 test/test-automation/logger.c
- +18 −2 test/test-automation/logger.h
- +19 −7 test/test-automation/plain_logger.c
- +5 −1 test/test-automation/plain_logger.h
- +58 −8 test/test-automation/runner.c
- +3 −3 test/test-automation/xml.c
- +86 −10 test/test-automation/xml_logger.c
- +4 −1 test/test-automation/xml_logger.h
Oops, something went wrong.