Skip to content

Run tests from Visual Studio - #121

Closed
edgarv wants to merge 2 commits into
AcademySoftwareFoundation:masterfrom
edgarv:ev-msvc_ide
Closed

Run tests from Visual Studio#121
edgarv wants to merge 2 commits into
AcademySoftwareFoundation:masterfrom
edgarv:ev-msvc_ide

Conversation

@edgarv

@edgarv edgarv commented Jul 11, 2011

Copy link
Copy Markdown
Contributor

Extends the python test driver to work within the Visual Studio IDE. This allows running the test suite using the currently selected configuration (e.g. Release or Debug). This feature uses the generator expressions introduced with CMake 2.8; the patch is backwards compatible with CMake 2.6.

I think it should be straightforward to modify this patch to add the same feature to XCode.

@lgritz

lgritz commented Jul 25, 2011

Copy link
Copy Markdown
Collaborator

OK by me. Anybody else want to comment before I merge?

@lgritz

lgritz commented Jul 25, 2011

Copy link
Copy Markdown
Collaborator

Merged.

@lgritz lgritz closed this Jul 25, 2011
GerHobbelt pushed a commit to GerHobbelt/oiio that referenced this pull request Dec 10, 2024
…king.

  processor.applyRGBA(1)

The last line dies with:

   Traceback (most recent call last):
     File "<stdin>", line 1, in <module>
   SystemError: error return without exception set

This fixes the error by properly setting the exception type.  Also fixes two other similar issues in PyExponentTransform + PyGroupTransform.

Addresses issue AcademySoftwareFoundation#121
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants