We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 857a5cb commit 00c1643Copy full SHA for 00c1643
integration_tests/CMakeLists.txt
@@ -252,6 +252,9 @@ RUN(NAME structs_05 LABELS llvm c)
252
RUN(NAME enum_01 LABELS cpython llvm c)
253
RUN(NAME enum_02 LABELS cpython llvm)
254
RUN(NAME enum_03 LABELS cpython llvm c)
255
+RUN(NAME union_01 LABELS cpython llvm c)
256
+RUN(NAME union_02 LABELS llvm c)
257
+RUN(NAME union_03 LABELS cpython llvm c)
258
RUN(NAME test_str_to_int LABELS cpython llvm)
259
RUN(NAME test_platform LABELS cpython llvm)
260
RUN(NAME test_vars_01 LABELS cpython llvm)
0 commit comments