]> git.cworth.org Git - apitrace-tests/commit - apps/README.markdown
Add more README documentation on how existing test drivers are structured.
authorCarl Worth <cworth@cworth.org>
Tue, 7 Aug 2012 22:47:53 +0000 (15:47 -0700)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Sat, 1 Dec 2012 10:09:03 +0000 (10:09 +0000)
commit91faeeeba1480af986a451306076286a510a10da
tree0b092c74b549590f173b9b5556e61bf2c3fb3ac5
parent06b0dac15dd0a20178a77ff799a0ba5af5e545db
Add more README documentation on how existing test drivers are structured.

More than once, I've reverse-engineered how the test suite uses test
drivers (app_driver.py and tool_driver.py) to invoke scripts within
the apps/ and traces/ directory. In order to save my future-self some
work in doing this yet again, I've written some documentation in
README.markdown in each directory.

Hopefully this documentation will be useful for anyone wanting to
write additional tests.
apps/README.markdown [new file with mode: 0644]
traces/README.markdown