summaryrefslogtreecommitdiffstats
path: root/tools/render-test/render-test-main.cpp
Commit message (Collapse)AuthorAge
* Feature/unique tool source names (#766)jsmall-nvidia2019-01-07
* 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.