diff options
author | Marcelo Lira <marcelo.lira@openbossa.org> | 2010-03-02 11:34:11 -0300 |
---|---|---|
committer | Marcelo Lira <marcelo.lira@openbossa.org> | 2010-03-02 14:44:59 -0300 |
commit | ddc5bef058932584f5da644b606fad74707a63c7 (patch) | |
tree | c8b507a09031b17408eb25785fc7ab651e20c44d /tests/CMakeLists.txt | |
parent | aeb0fe66f39b46ddb2e963067c91b426f9a013d0 (diff) | |
download | shiboken-ddc5bef058932584f5da644b606fad74707a63c7.tar.gz shiboken-ddc5bef058932584f5da644b606fad74707a63c7.tar.xz shiboken-ddc5bef058932584f5da644b606fad74707a63c7.zip |
Generator now writes code to support extended conversions.
Removed "new_ctor_operator" test from black list.
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index bc715871..db1fdd2d 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -5,7 +5,7 @@ add_subdirectory(otherbinding) file(GLOB TEST_FILES samplebinding/*_test.py otherbinding/*_test.py) -set(test_blacklist "new_ctor_operator") +set(test_blacklist "") find_package(PythonInterp REQUIRED) |