summaryrefslogtreecommitdiff
path: root/test/Library_test.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test/Library_test.mk')
-rw-r--r--test/Library_test.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Library_test.mk b/test/Library_test.mk
index 4b395be0f009..ca0eff6c4460 100644
--- a/test/Library_test.mk
+++ b/test/Library_test.mk
@@ -36,6 +36,8 @@ $(eval $(call gb_Library_add_defs,test,\
$(eval $(call gb_Library_use_sdk_api,test))
$(eval $(call gb_Library_use_externals,test,\
+ boost_headers \
+ cppunit \
libxml2 \
))
@@ -60,8 +62,6 @@ $(call gb_Library_get_target,test) : \
endif
-$(eval $(call gb_Library_use_external,test,cppunit))
-
$(eval $(call gb_Library_add_exception_objects,test,\
test/source/bootstrapfixture \
test/source/diff/diff \