File: WinReadme.txt

package info (click to toggle)
openscad 2021.01-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 35,972 kB
  • sloc: cpp: 53,199; sh: 4,384; ansic: 4,382; python: 1,813; yacc: 853; javascript: 762; lex: 417; lisp: 163; xml: 127; makefile: 118
file content (36 lines) | stat: -rw-r--r-- 1,325 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Thank you for downloading the OpenSCAD test suite for Windows(TM). 

The test suite provides a basic set of regression tests to determine if 
OpenSCAD runs as expected from release to release, and from platform to 
platform. To use this test suite you must also have the following 
systems installed on your machine:

   Python 3      http://www.python.org
   CMake         http://www.cmake.org
   ImageMagick   http://www.imagemagick.org

To run the test suite, first click on the "OpenSCAD_Test_Console.py" file to
run it. It should open a cmd.exe console in the tests-build folder. Type

   ctest

and the machine should run a basic test suite. An html file summarizing 
the results will be produced at the end of the test run. The file can be 
opened with a web browser, and shared with others as part of the 
debugging and testing process.

Thanks for helping test OpenSCAD. 

See doc/testing.txt in the OpenSCAD source code for more details.

Known bugs:

-These scripts will not find ImageMagick or CMake if they are not 
installed on the C: drive under Program Files*. As a workaround, you can 
edit the OpenSCAD_Test_Console.py file and the .py files in the 
tests-build directory.

-'Diff' text-tests may not run properly on Windows(TM). 

-Detection of ctest, python, and imagemagick doesn't always work properly