Kaydet (Commit) d814448c authored tarafından Caolán McNamara's avatar Caolán McNamara

put the test and the thing to be tested inside the same if condition

Change-Id: I0bb23749cd74797838fe45ef6e739f75879eea6a
üst fce309fc
......@@ -138,6 +138,10 @@ $(eval $(call gb_Module_add_targets,connectivity,\
Library_mork \
))
$(eval $(call gb_Module_add_check_targets,connectivity,\
CppunitTest_connectivity_mork \
))
endif
ifneq ($(filter QADEVOOO,$(BUILD_TYPE)),)
......@@ -149,14 +153,6 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,connectivity,\
endif
ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
$(eval $(call gb_Module_add_check_targets,connectivity,\
CppunitTest_connectivity_mork \
))
endif
endif
# vim: set noet sw=4 ts=4:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment