diff options
author | don bright <hugh.m.bright@gmail.com> | 2011-11-23 04:45:37 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2011-11-23 04:45:37 (GMT) |
commit | aa8d53614a1a8aa16d076a3346d781cb3dc797e2 (patch) | |
tree | de28d2802a437de98a7359a838f9f6e903a7af3f /doc/testing.txt | |
parent | cea502f9a3531888dbbb55099421fb1ab565f2c1 (diff) |
fix stencil code for windows. tweak pretty printer for windows
Diffstat (limited to 'doc/testing.txt')
-rw-r--r-- | doc/testing.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/testing.txt b/doc/testing.txt index b2974fc..f90aca8 100644 --- a/doc/testing.txt +++ b/doc/testing.txt @@ -25,12 +25,11 @@ cmake .. nmake -f Makefile nmake -f Makefile test -Running on headless (no X) servers: +Running on headless (no X) unix servers: Xvnc :5 -screen 0 800x600x24 & DISPLAY=:5 make test - Adding a new regression test: ------------------------------ |