Skip to content
  • Tom Stellard's avatar
    cl: Add support for OpenCV unit tests v3 · 4a13528a
    Tom Stellard authored
    
    
    This enables piglit to run and interpret the results from OpenCV's
    gtest based opencv_test_ocl program.
    
    You can enable the OpenCV tests by adding the path to the
    opencv_test_ocl program to your piglit.conf file.
    
    You can also optionally specify the path to OpenCV's work
    directory if you buid OpenCV in a non-standard way.  For example:
    
    [opencv]
    opencv_test_ocl_bindir=/home/user/opencv/build/bin
    opencv_workdir=/home/user/opencv/samples/c/
    
    v2:
      - Python code cleanups
    
    v3:
      - More cleanups
      - Move opencv.py into framework
      - Use ConfigParser
    
    Reviewed-by: default avatarDylan Baker <baker.dylan.c@gmail.com>
    4a13528a