summaryrefslogtreecommitdiff
path: root/tools/render-test/render-test-main.cpp
AgeCommit message (Collapse)Author
2019-01-07Feature/unique tool source names (#766)jsmall-nvidia
* Remove AppContext. Use StdChannels to hold writers, and TestToolUtil to hold test tool specific functionality. * StdChannels -> StdWriters * getStdOut -> getOut, getStdError -> getError * Renamed main.cpp files of tools to try and stop visual studio getting confused between files - such that clicking on an error takes editor to the right location.