diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-11-05 14:20:53 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-11-05 14:20:53 (GMT) |
commit | 21dcb622bf54764561146b4dedfe9508c6455004 (patch) | |
tree | 937ef8f39fe913011f181bb55373e87b8a61d2d2 | |
parent | 2b17825b5b24b822acef0b94b9496ad5511eea7b (diff) |
document how to run tests on a headless server
-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: ------------------------------ |