diff options
-rw-r--r-- | chart2/CppunitTest_chart2_import.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chart2/CppunitTest_chart2_import.mk b/chart2/CppunitTest_chart2_import.mk index 742f7f68aea6..50d58f2f10e5 100644 --- a/chart2/CppunitTest_chart2_import.mk +++ b/chart2/CppunitTest_chart2_import.mk @@ -132,4 +132,7 @@ $(eval $(call gb_CppunitTest_use_configuration,chart2_import)) $(eval $(call gb_CppunitTest_use_unittest_configuration,chart2_import)) +$(call gb_CppunitTest_get_target,chart2_import): \ + $(call gb_AllLangResTarget_get_target,sd) + # vim: set noet sw=4 ts=4: |