aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Explicitly free at exit, refactor with magical gotosHEADmasterDavid Phillips2018-01-26
* Further tidy test runner script, roll back regressionDavid Phillips2018-01-26
* Lint the test runner scriptDavid Phillips2018-01-26
* Fix incorrect string formatsDavid Phillips2017-12-30
* Remove non-POSIX flags from rm in MakefileDavid Phillips2017-12-30
* Add test for open failure after other openingsDavid Phillips2016-05-23
* Add bad width testDavid Phillips2016-05-22
* Test bad height to improve coverageDavid Phillips2016-05-21
* Add test script summaryDavid Phillips2016-05-21
* Fix temporary disablement of log deletionDavid Phillips2016-05-20
* Add simple test for denied read permission or other open failureDavid Phillips2016-05-18
* Add stderr expecation to xfails tooDavid Phillips2016-05-18
* Correct behaviour in test.shDavid Phillips2016-05-18
* Force LDFLAGS to end of commandDavid Phillips2016-05-18
* Add gcov files to gitignoreDavid Phillips2016-05-18
* Testing: Add expectations on stderr for error casesDavid Phillips2016-05-18
* Fix header mismatch test caseDavid Phillips2016-05-18
* Bulk addition of testsDavid Phillips2016-05-18
* Add test case for empty frameDavid Phillips2016-05-17
* Quote bash variablesDavid Phillips2016-05-16
* Begin style clean-up: initialise everything. Everything.David Phillips2016-05-16
* Refactor closing members of f, fix return code bug on truncated inputDavid Phillips2016-05-16
* Move test case's pgm to central dirDavid Phillips2016-05-16
* Detect when no token of allowable chars can be readDavid Phillips2016-05-16
* Use result from program under test if no pgm output existsDavid Phillips2016-05-16
* Add test for truncated input fileDavid Phillips2016-05-16
* Add test case for too-long tokenDavid Phillips2016-05-16
* Add test case for white value of zeroDavid Phillips2016-05-16
* Add 'all' dependency to test recipeDavid Phillips2016-05-15
* Add xfail test for 16 bitDavid Phillips2016-05-15
* Add basic error test casesDavid Phillips2016-05-15
* Add test for single frame (input == output)David Phillips2016-05-15
* Consolidate input pgmsDavid Phillips2016-05-15
* Change test.sh pass/fail logicDavid Phillips2016-05-15
* Add beginnings of test suiteDavid Phillips2016-05-14
* Remove pgms from gitignoreDavid Phillips2016-05-14
* Add synatx to readme, correct wordingDavid Phillips2016-05-10
* Remove old example from readmeDavid Phillips2016-05-10
* Rotate to horizontal interlacing, add bufferingDavid Phillips2016-05-05
* Reinstate return statement in error conditionDavid Phillips2016-05-05
* Fix typo in syntaxDavid Phillips2016-05-05
* Change chars used for fgetc to ints, shift pgm writing logic to own functionDavid Phillips2016-05-04
* Add diagram to readmeDavid Phillips2016-05-03
* Better checking of header and magic numberDavid Phillips2016-04-30
* Correct program name and descriptionDavid Phillips2016-04-28
* Error message improvementsDavid Phillips2016-04-28
* Rename some functions, add documentation comments to important funcsDavid Phillips2016-04-26
* Fallthrough cases suck, remove todo listDavid Phillips2016-04-26
* Handle comments as whitespaceDavid Phillips2016-04-26
* isspace(3) is correct to use for PGMDavid Phillips2016-04-26