File: readme.txt

package info (click to toggle)
grcompiler 5.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 24,020 kB
  • sloc: cpp: 48,200; ansic: 7,670; sh: 4,427; makefile: 197; xml: 190; perl: 127; sed: 21
file content (6 lines) | stat: -rw-r--r-- 399 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
HOW TO ADD A TEST TO THE REGRESSION TEST SUITE:

* Add the GDL code and the benchmark TTF file into the fonts directory.
* Create a "dbg_..." directory under fonts and put the benchmark debugger files there.
* Extend regtest.mak (in the fonts directory) to include the new test, so that the Test font will be generated.
* Add the new items to the GrcRegressionTest.cpp file, in the main() function.