Skip to content

Commit

Permalink
[unittests]Utilize the -no-sync/async/async-jobs arguments to speed u…
Browse files Browse the repository at this point in the history
…p the build
  • Loading branch information
martonmiklos committed Aug 4, 2020
1 parent c9ea9ad commit 298f6c4
Show file tree
Hide file tree
Showing 74 changed files with 78 additions and 23 deletions.
1 change: 1 addition & 0 deletions unittests/QSharedPointer_include/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
set(QSharedPointer_include_SRCS test_qsharedpointer_include.cpp)

set(KSWSDL2CPP_OPTION -no-sync -no-async -no-async-jobs)
set(WSDL_FILES test_qsharedpointer_include_wsdl.wsdl)

add_unittest(${QSharedPointer_include_SRCS})
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ test.commands = ./$(TARGET)
test.depends = $(TARGET)
QMAKE_EXTRA_TARGETS += test

KDWSDL_OPTIONS += -no-sync -no-async -no-async-jobs
KDWSDL = test_qsharedpointer_include_wsdl.wsdl

OTHER_FILES = $$KDWSDL
Expand Down
1 change: 1 addition & 0 deletions unittests/date_example/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
set(date_example_SRCS date_example.cpp)
set(KSWSDL2CPP_OPTION -no-async -no-sync)
set(WSDL_FILES date_example.wsdl)
add_unittest(${date_example_SRCS})
1 change: 1 addition & 0 deletions unittests/date_example/date_example.pro
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ test.depends = $(TARGET)
QMAKE_EXTRA_TARGETS += test

KDWSDL = date_example.wsdl
KDWSDL_OPTIONS += -no-async -no-sync

OTHER_FILES = $$KDWSDL
LIBS += -L$${TOP_BUILD_DIR}/lib
2 changes: 1 addition & 1 deletion unittests/default_attribute_value_wsdl/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(default_attribute_value_wsdl_SRCS default_attribute_value_wsdl.cpp)
set(WSDL_FILES default_attribute_value.wsdl)
set(KSWSDL2CPP_OPTION -optional-element-type boost-optional)
set(KSWSDL2CPP_OPTION -optional-element-type boost-optional -no-sync -no-async -no-async-jobs)
add_unittest(${default_attribute_value_wsdl_SRCS})
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ test.commands = ./$(TARGET)
test.depends = $(TARGET)
QMAKE_EXTRA_TARGETS += test

KDWSDL_OPTIONS += -no-async -no-sync -no-async-jobs
KDWSDL = default_attribute_value.wsdl

OTHER_FILES = $$KDWSDL
Expand Down
1 change: 1 addition & 0 deletions unittests/dv_terminalauth/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
set(dv_terminalauth_SRCS dv_terminalauth.cpp)
set(KSWSDL2CPP_OPTION -no-async -no-async-jobs)
set(WSDL_FILES WS_DV_TerminalAuth.wsdl)
add_unittest(${dv_terminalauth_SRCS})
1 change: 1 addition & 0 deletions unittests/dv_terminalauth/dv_terminalauth.pro
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ test.commands = ./$(TARGET)
test.depends = $(TARGET)
QMAKE_EXTRA_TARGETS += test

KDWSDL_OPTIONS += -no-async -no-async-jobs
KDWSDL = WS_DV_TerminalAuth.wsdl

OTHER_FILES = $$KDWSDL
Expand Down
2 changes: 1 addition & 1 deletion unittests/dwservice_12_wsdl/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(dwservice_12_wsdl)

set(KSWSDL2CPP_OPTION -namespace KDAB)
set(KSWSDL2CPP_OPTION -namespace KDAB -no-async -no-async-jobs)

set(WSDL_FILES DWService_12.wsdl)
set(dwservice_12_wsdl_SRCS test_dwservice_12_wsdl.cpp)
Expand Down
3 changes: 1 addition & 2 deletions unittests/dwservice_12_wsdl/dwservice_12_wsdl.pro
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KDWSDL_OPTIONS = -namespace KDAB
KDWSDL_OPTIONS = -namespace KDAB -no-async -no-async-jobs

include( $${TOP_SOURCE_DIR}/unittests/unittests.pri )
QT += network xml
Expand All @@ -8,6 +8,5 @@ test.commands = ./$(TARGET)
test.depends = $(TARGET)
QMAKE_EXTRA_TARGETS += test


KDWSDL = DWService_12.wsdl
OTHER_FILES += $$KDWSDL
2 changes: 1 addition & 1 deletion unittests/dwservice_combined_wsdl/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project(dwservice_combined_wsdl)
set(KSWSDL2CPP_OPTION -namespace KDAB)
set(KSWSDL2CPP_OPTION -namespace KDAB -no-async -no-async-jobs)

set(WSDL_FILES DWServiceCombined.wsdl)
set(dwservice_combined_wsdl_SRCS test_dwservice_combined_wsdl.cpp )
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ test.commands = ./$(TARGET)
test.depends = $(TARGET)
QMAKE_EXTRA_TARGETS += test


KDWSDL_OPTIONS += -namespace KDAB -no-async -no-async-jobs
KDWSDL = DWServiceCombined.wsdl
OTHER_FILES += $$KDWSDL
2 changes: 1 addition & 1 deletion unittests/dwservice_wsdl/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project(dwservice_wsdl)
set(KSWSDL2CPP_OPTION -namespace KDAB)
set(KSWSDL2CPP_OPTION -namespace KDAB -no-async -no-async-jobs)

set(WSDL_FILES DWService.wsdl)
set(dwservice_wsdl_SRCS test_dwservice_wsdl.cpp )
Expand Down
3 changes: 1 addition & 2 deletions unittests/dwservice_wsdl/dwservice_wsdl.pro
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KDWSDL_OPTIONS = -namespace KDAB
KDWSDL_OPTIONS = -namespace KDAB -no-async -no-async-jobs

include( $${TOP_SOURCE_DIR}/unittests/unittests.pri )
QT += network xml
Expand All @@ -8,6 +8,5 @@ test.commands = ./$(TARGET)
test.depends = $(TARGET)
QMAKE_EXTRA_TARGETS += test


KDWSDL = DWService.wsdl
OTHER_FILES += $$KDWSDL
1 change: 1 addition & 0 deletions unittests/element_ns_wsdl/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

set(element_ns_wsdl_SRCS testcall.cpp)
set(KSWSDL2CPP_OPTION -no-async -no-async-jobs)
set(WSDL_FILES test.wsdl)
add_unittest(${element_ns_wsdl_SRCS})

1 change: 1 addition & 0 deletions unittests/element_ns_wsdl/element_ns_wsdl.pro
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ SOURCES += \
HEADERS += \
testcall.h

KDWSDL_OPTIONS += -no-async -no-async-jobs
KDWSDL = test.wsdl

OTHER_FILES += \
Expand Down
1 change: 1 addition & 0 deletions unittests/empty_element_wsdl/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
set(empty_element_wsdl_SRCS empty_element_wsdl.cpp)
set(KSWSDL2CPP_OPTION -no-async -no-async-jobs -no-sync)
set(WSDL_FILES empty_element.wsdl)
add_unittest(${empty_element_wsdl_SRCS})
1 change: 1 addition & 0 deletions unittests/empty_element_wsdl/empty_element_wsdl.pro
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ test.commands = ./$(TARGET)
test.depends = $(TARGET)
QMAKE_EXTRA_TARGETS += test

KDWSDL_OPTIONS += -no-async -no-async-jobs -no-sync
KDWSDL = empty_element.wsdl

OTHER_FILES = $$KDWSDL
Expand Down
1 change: 1 addition & 0 deletions unittests/empty_list_wsdl/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
set(empty_list_wsdl_SRCS empty_list_wsdl.cpp)
set(KSWSDL2CPP_OPTION -no-async -no-async-jobs -no-sync)
set(WSDL_FILES empty_list.wsdl)
add_unittest(${empty_list_wsdl_SRCS})
1 change: 1 addition & 0 deletions unittests/empty_list_wsdl/empty_list_wsdl.pro
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ test.commands = ./$(TARGET)
test.depends = $(TARGET)
QMAKE_EXTRA_TARGETS += test

KDWSDL_OPTIONS += -no-async -no-async-jobs -no-sync
KDWSDL = empty_list.wsdl

OTHER_FILES = $$KDWSDL
Expand Down
1 change: 1 addition & 0 deletions unittests/empty_response_wsdl/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

set(empty_response_wsdl_SRCS test_issue1.cpp)
set(KSWSDL2CPP_OPTION -no-async -no-async-jobs)
set(WSDL_FILES test.wsdl)
add_unittest(${empty_response_wsdl_SRCS})

1 change: 1 addition & 0 deletions unittests/empty_response_wsdl/empty_response_wsdl.pro
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ SOURCES += \

HEADERS +=

KDWSDL_OPTIONS += -no-async -no-async-jobs
KDWSDL = test.wsdl

OTHER_FILES += \
Expand Down
1 change: 1 addition & 0 deletions unittests/enum_escape/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

set(enum_escape_SRCS test_enum.cpp)
set(KSWSDL2CPP_OPTION -no-async -no-async-jobs -no-sync)
set(WSDL_FILES test_enum.wsdl)
add_unittest(${enum_escape_SRCS})

1 change: 1 addition & 0 deletions unittests/enum_escape/enum_escape.pro
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ test.commands = ./$(TARGET)
test.depends = $(TARGET)
QMAKE_EXTRA_TARGETS += test

KDWSDL_OPTIONS += -no-async -no-async-jobs -no-sync
KDWSDL = test_enum.wsdl
OTHER_FILES += $$KDWSDL
1 change: 1 addition & 0 deletions unittests/enzo/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
set(enzo_SRCS test_enzo.cpp)
set(KSWSDL2CPP_OPTION -no-async -no-sync)
set(WSDL_FILES EnzoService.wsdl)
add_unittest(${enzo_SRCS})
1 change: 1 addition & 0 deletions unittests/enzo/enzo.pro
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ test.commands = ./$(TARGET)
test.depends = $(TARGET)
QMAKE_EXTRA_TARGETS += test

KDWSDL_OPTIONS += -no-async -no-sync
KDWSDL = EnzoService.wsdl

OTHER_FILES = $$KDWSDL
Expand Down
1 change: 1 addition & 0 deletions unittests/groupwise_wsdl/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
project(groupwise_wsdl)

set(KSWSDL2CPP_OPTION -no-async -no-async-jobs)
set(WSDL_FILES groupwise.wsdl)
set(groupwise_wsdl_SRCS test_groupwise_wsdl.cpp wsdl_groupwise.cpp )
set(EXTRA_LIBS ${QT_QTXML_LIBRARY})
Expand Down
1 change: 1 addition & 0 deletions unittests/groupwise_wsdl/groupwise_wsdl.pro
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ test.commands = ./$(TARGET)
test.depends = $(TARGET)
QMAKE_EXTRA_TARGETS += test

KDWSDL_OPTIONS += -no-async -no-async-jobs
KDWSDL = groupwise.wsdl
OTHER_FILES = $$KDWSDL types.xsd methods.xsd events.xsd
1 change: 1 addition & 0 deletions unittests/import_definition/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

set(import_definition_SRCS test_import_definition.cpp)
set(KSWSDL2CPP_OPTION -no-async -no-async-jobs)
set(WSDL_FILES import_definition.wsdl
import_definition_wsdl.wsdl)
add_unittest(${import_definition_SRCS})
Expand Down
1 change: 1 addition & 0 deletions unittests/import_definition/import_definition.pro
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ test.commands = ./$(TARGET)
test.depends = $(TARGET)
QMAKE_EXTRA_TARGETS += test

KDWSDL_OPTIONS += -no-async -no-async-jobs
#KDWSDL = import_definition_homemade.wsdl
KDWSDL = import_definition.wsdl
OTHER_FILES += $$KDWSDL
Expand Down
2 changes: 1 addition & 1 deletion unittests/keep_unused_types/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(keep_unused_types)

#this is the option given to KDWSDL2CPP when generating cpp from wsdl
set(KSWSDL2CPP_OPTION "-keep-unused-types")
set(KSWSDL2CPP_OPTION -keep-unused-types -no-sync -no-async -no-async-jobs)

set(WSDL_FILES keep_unused_types.wsdl)
set(keep_unused_types_SRCS keep_unused_types.cpp)
Expand Down
2 changes: 1 addition & 1 deletion unittests/keep_unused_types/keep_unused_types.pro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#this is the option given to KDWSDL2CPP when generating cpp from wsdl
KDWSDL_OPTIONS = -keep-unused-types
KDWSDL_OPTIONS = -keep-unused-types -no-sync -no-async -no-async-jobs

include( $${TOP_SOURCE_DIR}/unittests/unittests.pri )

Expand Down
1 change: 1 addition & 0 deletions unittests/literal_true_false/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

set(literal_true_false_SRCS test_literal.cpp)
set(KSWSDL2CPP_OPTION -no-sync -no-async -no-async-jobs)
set(WSDL_FILES literal.wsdl)
add_unittest(${literal_true_false_SRCS})

1 change: 1 addition & 0 deletions unittests/literal_true_false/literal_true_false.pro
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ test.commands = ./$(TARGET)
test.depends = $(TARGET)
QMAKE_EXTRA_TARGETS += test

KDWSDL_OPTIONS += -no-sync -no-async -no-async-jobs
KDWSDL = literal.wsdl
OTHER_FILES += $$KDWSDL

1 change: 1 addition & 0 deletions unittests/logbook_wsdl/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
project(logbook_wsdl)

set(WSDL_FILES logbookifv3.wsdl)
set(KSWSDL2CPP_OPTION -no-async -no-async-jobs)
set(logbook_wsdl_SRCS test_logbook_wsdl.cpp wsdl_logbookifv3.cpp)

set(EXTRA_LIBS ${QT_QTXML_LIBRARY})
Expand Down
1 change: 1 addition & 0 deletions unittests/logbook_wsdl/logbook_wsdl.pro
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ test.commands = ./$(TARGET)
test.depends = $(TARGET)
QMAKE_EXTRA_TARGETS += test

KDWSDL_OPTIONS += -no-async -no-async-jobs
KDWSDL = logbookifv3.wsdl
1 change: 1 addition & 0 deletions unittests/msexchange_noservice_wsdl/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

set(msexchange_noservice_wsdl_SRCS msexchange_noservice_wsdl.cpp)
set(KSWSDL2CPP_OPTION -no-async -no-async-jobs)
set(WSDL_FILES Services_noservice.wsdl)
add_unittest(${msexchange_noservice_wsdl_SRCS})

Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ test.commands = ./$(TARGET)
test.depends = $(TARGET)
QMAKE_EXTRA_TARGETS += test

KDWSDL_OPTIONS += -no-async -no-async-jobs
KDWSDL = Services_noservice.wsdl
OTHER_FILES += $$KDWSDL
1 change: 1 addition & 0 deletions unittests/msexchange_wsdl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ project(msexchange_wsdl)

set(WSDL_FILES Services.wsdl)
set(msexchange_wsdl_SRCS msexchange_wsdl.cpp )
set(KSWSDL2CPP_OPTION -no-async)

set(EXTRA_LIBS ${QT_QTXML_LIBRARY})

Expand Down
1 change: 1 addition & 0 deletions unittests/msexchange_wsdl/msexchange_wsdl.pro
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ test.commands = ./$(TARGET)
test.depends = $(TARGET)
QMAKE_EXTRA_TARGETS += test

KDWSDL_OPTIONS += -no-async
KDWSDL = Services.wsdl
OTHER_FILES += $$KDWSDL *.xsd
1 change: 1 addition & 0 deletions unittests/multiple_input_param/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

set(multiple_input_param_SRCS test_multiple_input_param.cpp)
set(KSWSDL2CPP_OPTION -no-async -no-async-jobs)
set(WSDL_FILES helloworldextended.wsdl)
add_unittest(${multiple_input_param_SRCS})

1 change: 1 addition & 0 deletions unittests/multiple_input_param/multiple_input_param.pro
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ test.commands = ./$(TARGET)
test.depends = $(TARGET)
QMAKE_EXTRA_TARGETS += test

KDWSDL_OPTIONS += -no-async -no-async-jobs
KDWSDL = helloworldextended.wsdl
OTHER_FILES += $$KDWSDL

3 changes: 2 additions & 1 deletion unittests/optionaltype_boost_optional/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

set(optionaltype_boost_optional_SRCS testboostapi.cpp)
set(KSWSDL2CPP_OPTION -optional-element-type boost-optional)
set(KSWSDL2CPP_OPTION -optional-element-type boost-optional -no-sync -no-async -no-async-jobs)

set(WSDL_FILES test.wsdl)
add_unittest(${optionaltype_boost_optional_SRCS})

Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ SOURCES += \
HEADERS += \
testboostapi.h

KDWSDL_OPTIONS += -no-sync -no-async -no-async-jobs
KDWSDL = test.wsdl

OTHER_FILES += \
Expand Down
3 changes: 2 additions & 1 deletion unittests/optionaltype_pointer/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

set(optionaltype_pointer_SRCS testpointerapi.cpp)
set(KSWSDL2CPP_OPTION -optional-element-type raw-pointer)
set(KSWSDL2CPP_OPTION -optional-element-type raw-pointer -no-sync -no-async -no-async-jobs)

set(WSDL_FILES test.wsdl)
add_unittest(${optionaltype_pointer_SRCS})

2 changes: 1 addition & 1 deletion unittests/optionaltype_pointer/optionaltype_pointer.pro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
QT -= gui

KDWSDL_OPTIONS = -optional-element-type raw-pointer
KDWSDL_OPTIONS = -optional-element-type raw-pointer -no-sync -no-async -no-async-jobs

include(../unittests.pri)

Expand Down
2 changes: 1 addition & 1 deletion unittests/optionaltype_regular/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set(optionaltype_regular_SRCS testregularapi.cpp)
set(WSDL_FILES test.wsdl)
set(KSWSDL2CPP_OPTION -namespace KDAB)
set(KSWSDL2CPP_OPTION -namespace KDAB -no-sync -no-async -no-async-jobs)
add_unittest(${optionaltype_regular_SRCS})

2 changes: 1 addition & 1 deletion unittests/optionaltype_regular/optionaltype_regular.pro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
QT -= gui
KDWSDL_OPTIONS = -namespace KDAB
KDWSDL_OPTIONS = -namespace KDAB -no-sync -no-async -no-async-jobs

include(../unittests.pri)

Expand Down
1 change: 1 addition & 0 deletions unittests/pki.pca.dfn.de/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
set(pki.pca.dfn.de_SRCS test_pki.cpp)
set(WSDL_FILES pki.pca.dfn.de.wsdl)
set(KSWSDL2CPP_OPTION -no-async -no-async-jobs)
add_unittest(${pki.pca.dfn.de_SRCS})
1 change: 1 addition & 0 deletions unittests/pki.pca.dfn.de/pki.pca.dfn.de.pro
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ test.commands = ./$(TARGET)
test.depends = $(TARGET)
QMAKE_EXTRA_TARGETS += test

KDWSDL_OPTIONS += -no-async -no-async-jobs
KDWSDL = pki.pca.dfn.de.wsdl

OTHER_FILES = $$KDWSDL
Expand Down
1 change: 1 addition & 0 deletions unittests/salesforce_wsdl/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
project(salesforce_wsdl)

set(KSWSDL2CPP_OPTION -no-async -no-async-jobs)
set(WSDL_FILES salesforce-partner.wsdl)
set(salesforce_wsdl_SRCS salesforce_wsdl.cpp )

Expand Down
1 change: 1 addition & 0 deletions unittests/salesforce_wsdl/salesforce_wsdl.pro
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ test.depends = $(TARGET)
QMAKE_EXTRA_TARGETS += test

KDWSDL = salesforce-partner.wsdl
KDWSDL_OPTIONS += -no-async -no-async-jobs
OTHER_FILES += $$KDWSDL
3 changes: 2 additions & 1 deletion unittests/soap_over_udp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
project(soap_over_udp)

set(KSWSDL2CPP_OPTION -use-local-files-only)
set(KSWSDL2CPP_OPTION -use-local-files-only -no-sync -no-async -no-async-jobs)

set(WSDL_FILES wsdd-discovery-200901.wsdl)
set(soap_over_udp_SRCS test_soap_over_udp.cpp wsdl_wsdd-discovery-200901.cpp)

Expand Down
Loading

0 comments on commit 298f6c4

Please sign in to comment.