summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2011-11-07 02:05:04 (GMT)
committerMarius Kintel <marius@kintel.net>2011-11-07 02:05:04 (GMT)
commitcd9aa0cbc2907a6f6ed06952e6127f2eaf41934a (patch)
tree3f468d8825140eb1066ce1959fc0afe1a0e251d1 /doc
parentee5b6b882b3302687a10262a4ce049034cb9172c (diff)
parentd055200c95f6422bd95dbf6384c251346ffa3697 (diff)
Merge branch 'master' into tests-buildsystem
Conflicts: tests/CMakeLists.txt
Diffstat (limited to 'doc')
-rw-r--r--doc/testing.txt8
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:
------------------------------
contact: Jan Huwald // Impressum