diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/testing.txt | 8 | 
1 files changed, 7 insertions, 1 deletions
| diff --git a/doc/testing.txt b/doc/testing.txt index c5fb243..089d18e 100644 --- a/doc/testing.txt +++ b/doc/testing.txt @@ -10,7 +10,7 @@ cmake ..  make  make test -Windows: +Running on Windows:  First, get a normal build working by following instructions at   http://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Building_on_Windows @@ -25,6 +25,12 @@ cmake ..  nmake -f Makefile  nmake -f Makefile test +Running on headless (no X) servers: + +Xvnc :5 -screen 0 800x600x24 & +DISPLAY=:5 make test + +  Adding  a new regression test:  ------------------------------ | 
