diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2024-11-15 10:02:42 +0100 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2024-11-15 12:16:16 +0100 |
| commit | 2767ac306a04a19f05df50551e4eb1c7e9f14ed8 (patch) | |
| tree | 0b637777f33bfd7e21e537119913822728faaa7a /sources/shiboken6/tests | |
| parent | 4b68425a1102828f13c0f647fd0c6470577165ed (diff) | |
Revert "Exclude smart pointer tests on macOS"
This reverts commit ee017da5e5848ac82fbf427b479641b16e68a225.
The offending test is now skipped.
Pick-to: 6.8
Task-number: PYSIDE-2854
Change-Id: Ia6886ba911c191943f199dc4c3a72b71c6708f48
Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
Diffstat (limited to 'sources/shiboken6/tests')
| -rw-r--r-- | sources/shiboken6/tests/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sources/shiboken6/tests/CMakeLists.txt b/sources/shiboken6/tests/CMakeLists.txt index 3e65893d3..05f6e9e60 100644 --- a/sources/shiboken6/tests/CMakeLists.txt +++ b/sources/shiboken6/tests/CMakeLists.txt @@ -7,11 +7,6 @@ if(BUILD_TESTS) find_package(Qt${QT_MAJOR_VERSION}Test 6.0 REQUIRED) endif() -# PYSIDE-2854, namespace std not seen by clang -if(APPLE) - set(MINIMAL_TESTS 1) -endif() - add_subdirectory(libminimal) if(NOT DEFINED MINIMAL_TESTS) add_subdirectory(libsample) |
