spl-core 7.3.0__py3-none-any.whl → 7.3.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- spl_core/__init__.py +1 -1
- spl_core/common.cmake +4 -6
- {spl_core-7.3.0.dist-info → spl_core-7.3.1.dist-info}/METADATA +1 -1
- {spl_core-7.3.0.dist-info → spl_core-7.3.1.dist-info}/RECORD +7 -7
- {spl_core-7.3.0.dist-info → spl_core-7.3.1.dist-info}/LICENSE +0 -0
- {spl_core-7.3.0.dist-info → spl_core-7.3.1.dist-info}/WHEEL +0 -0
- {spl_core-7.3.0.dist-info → spl_core-7.3.1.dist-info}/entry_points.txt +0 -0
spl_core/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "7.3.
|
|
1
|
+
__version__ = "7.3.1"
|
spl_core/common.cmake
CHANGED
|
@@ -192,11 +192,12 @@ macro(spl_create_component)
|
|
|
192
192
|
\"has_reports\": \"\",
|
|
193
193
|
\"reports_output_dir\": \"\"
|
|
194
194
|
}")
|
|
195
|
+
if(SOURCES)
|
|
196
|
+
# Create the component library
|
|
197
|
+
add_library(${component_name} ${CREATE_COMPONENT_LIBRARY_TYPE} ${SOURCES})
|
|
198
|
+
endif()
|
|
195
199
|
if(BUILD_KIT STREQUAL prod)
|
|
196
200
|
if(SOURCES)
|
|
197
|
-
# Create the component library
|
|
198
|
-
add_library(${component_name} ${CREATE_COMPONENT_LIBRARY_TYPE} ${SOURCES})
|
|
199
|
-
|
|
200
201
|
# Define list of productive specific compile options for component's sources
|
|
201
202
|
target_compile_definitions(${component_name} PRIVATE
|
|
202
203
|
SPLE_TESTABLE_STATIC=static
|
|
@@ -587,9 +588,6 @@ macro(_spl_add_test_suite COMPONENT_NAME PROD_SRC TEST_SOURCES)
|
|
|
587
588
|
target_compile_definitions(${exe_name} PRIVATE ${TEST_COMPILE_DEFINITIONS})
|
|
588
589
|
target_link_options(${exe_name} PRIVATE ${TEST_LINK_OPTIONS})
|
|
589
590
|
|
|
590
|
-
# Create the component library for its productive sources
|
|
591
|
-
add_library(${COMPONENT_NAME} OBJECT ${SOURCES})
|
|
592
|
-
|
|
593
591
|
target_compile_options(${COMPONENT_NAME} PRIVATE ${COMPONENT_TEST_COMPILE_OPTIONS})
|
|
594
592
|
|
|
595
593
|
target_compile_definitions(${COMPONENT_NAME} PRIVATE ${TEST_COMPILE_DEFINITIONS})
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
spl_core/__init__.py,sha256=
|
|
1
|
+
spl_core/__init__.py,sha256=EwNAYkUpUieq_F_-i4iAHHUWZC-cpSOWZYMwaEyUOT0,22
|
|
2
2
|
spl_core/__run.py,sha256=DphnN7_Bjiw_mOOztsHxTDHS8snz1g2MMWAaJpZxPKM,361
|
|
3
3
|
spl_core/common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
spl_core/common/command_line_executor.py,sha256=GHIMpNiMD_eP44vq7L_HiC08aKt7lgW_wn_omU6REwQ,2217
|
|
5
5
|
spl_core/common/path.py,sha256=sDujd3n4XP1XGjHc7ImXEdjihO6A8BOIDbKCf7HgQ0Y,462
|
|
6
|
-
spl_core/common.cmake,sha256=
|
|
6
|
+
spl_core/common.cmake,sha256=HHYZQ0q3PzvYUSZwhD7RBS2r9oDkvhBGKCuRdHFDbEU,34448
|
|
7
7
|
spl_core/conan.cmake,sha256=i1AuyN-e8cczX7TI1nl6e3Y8N-EP-QXPVY7LG6NUyJY,41958
|
|
8
8
|
spl_core/config/KConfig,sha256=atlUwl0kPIdoGjbOI2PoaCQ2wgao7-mblZKn3dXUCxI,1755
|
|
9
9
|
spl_core/gcov_maid/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -62,8 +62,8 @@ spl_core/main.py,sha256=_hL4j155WZMXog_755bgAH1PeUwvTdJZvVdVw9EWhvo,1225
|
|
|
62
62
|
spl_core/spl.cmake,sha256=W8h-Zj-N302qxMrRG8MhoEkJ0io92bWGp4Y5r8LBQnc,4535
|
|
63
63
|
spl_core/test_utils/base_variant_test_runner.py,sha256=E5EtAX5qTLQbofIZ9eZoCx2SNd1CTm1HtEKqEn014fA,3493
|
|
64
64
|
spl_core/test_utils/spl_build.py,sha256=OO7rIZpBb7EP87D39NeTK4XH17x3xNfwRI5YHPBvGgY,6041
|
|
65
|
-
spl_core-7.3.
|
|
66
|
-
spl_core-7.3.
|
|
67
|
-
spl_core-7.3.
|
|
68
|
-
spl_core-7.3.
|
|
69
|
-
spl_core-7.3.
|
|
65
|
+
spl_core-7.3.1.dist-info/LICENSE,sha256=UjjA0o8f5tT3wVm7qodTLAhPWLl6kgVyn9FPAd1VeYY,1099
|
|
66
|
+
spl_core-7.3.1.dist-info/METADATA,sha256=YR8mk_kGNO1g2cGZ8fUNNolFwY2MibuCQe3lNNlrS2I,5156
|
|
67
|
+
spl_core-7.3.1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
68
|
+
spl_core-7.3.1.dist-info/entry_points.txt,sha256=18_sdVY93N1GVBiAHxQ_F9ZM-bBvOmVMOMn7PNe2EqU,45
|
|
69
|
+
spl_core-7.3.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|