File: AddingNewTests

package info (click to toggle)
x11-apps 7.7%2B8
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 22,272 kB
  • sloc: ansic: 89,886; sh: 21,460; lisp: 8,407; makefile: 961; lex: 162; yacc: 82; xml: 31
file content (9 lines) | stat: -rw-r--r-- 431 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
- Add your test to rendercheck.h TEST_*
- Add command line option to main.c case 't'.
- Add command line option to main.c usage()
- Add your test loop to the bottom of begin_test().  Looping on ops and dests is
  highly recommended.
- Write your test in t_testname.c and add to Makefile.am, with prototype in
  rendercheck.h
- Add a note about your test to README
- Be sure to include your MIT license boilerplate on the new file.