summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-06-12 13:49:45 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-06-12 13:49:45 +0200
commit798f410a94fb6b59610def117199c9d3e8e87d90 (patch)
treea2d013bf47735e8e6dcdabac8b586bc16b8a7024 /test
parenteaf7e4f1b2486f95d9223576ebdf529c17e1861a (diff)
Fix vclplug_* dependencies for gb_CppunitTest_use_vcl
...and replace gb_CppunitTest_unset_headless with gb_CppunitTest_use_vcl_non_headless. Change-Id: Ibd859f98ed8df09988ca26ffcee26e06e25d8313
Diffstat (limited to 'test')
-rw-r--r--test/Library_subsequenttest.mk7
-rw-r--r--test/Library_test.mk7
2 files changed, 0 insertions, 14 deletions
diff --git a/test/Library_subsequenttest.mk b/test/Library_subsequenttest.mk
index 80a855dad890..09f6c3e01604 100644
--- a/test/Library_subsequenttest.mk
+++ b/test/Library_subsequenttest.mk
@@ -29,13 +29,6 @@ $(eval $(call gb_Library_use_libraries,subsequenttest,\
$(gb_UWINAPI) \
))
-ifeq ($(GUIBASE),unx)
-$(call gb_Library_get_target,subsequenttest) : \
- $(call gb_Library_get_target,desktop_detector) \
- $(call gb_Library_get_target,vclplug_svp) \
-
-endif
-
$(eval $(call gb_Library_use_externals,subsequenttest,\
boost_headers \
cppunit \
diff --git a/test/Library_test.mk b/test/Library_test.mk
index a9f91c9740e6..585c7ebc8acc 100644
--- a/test/Library_test.mk
+++ b/test/Library_test.mk
@@ -35,13 +35,6 @@ $(eval $(call gb_Library_use_libraries,test,\
$(gb_UWINAPI) \
))
-ifeq ($(GUIBASE),unx)
-$(call gb_Library_get_target,test) : \
- $(call gb_Library_get_target,desktop_detector) \
- $(call gb_Library_get_target,vclplug_svp) \
-
-endif
-
$(eval $(call gb_Library_add_exception_objects,test,\
test/source/bootstrapfixture \
test/source/diff/diff \