diff options
Diffstat (limited to 'doc/testing.txt')
-rw-r--r-- | doc/testing.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/testing.txt b/doc/testing.txt index b94fd93..6b0f0d2 100644 --- a/doc/testing.txt +++ b/doc/testing.txt @@ -61,7 +61,7 @@ $ DISPLAY=:5 ctest the -D option. See CMakeLists.txt for more information. Examples: cmake . -DOPENCSG_DIR=~/OpenCSG-1.3.2 - cmake . -DCGAL_DIR=c:\CGAL-3.7 -DBOOST_ROOT=c:\boost_1_46_0 + cmake . -DCGAL_DIR=c:\CGAL-3.7 -DBOOST_DIR=c:\boost_1_46_0 2. Logs @@ -76,7 +76,8 @@ Cross-compiling of tests has not been automated nor tested 4. Testing images takes forever, they fail, and it says 'return -11' -Imagemagick may have crashed. Try passing -DCOMPARATOR=ncc to cmake +Imagemagick may have crashed. You can try using the alternate comparison +based on Normalized Cross Correlation. Pass -DCOMPARATOR=ncc to cmake 5. Testing images fails with 'morphology' not found for ImageMagick |