From 0a93639221a9de78eb548cf73a616f74c464d7ce Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 30 Jun 2016 17:12:23 +0200 Subject: sd: split up sd_export_tests Move all PPTX export tests to a new file. Change-Id: Idb90baf6b145cdfaf5301583489a7257c5fa23a4 --- sd/Module_sd.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'sd/Module_sd.mk') diff --git a/sd/Module_sd.mk b/sd/Module_sd.mk index 80f31fab797b..7fe92e598199 100644 --- a/sd/Module_sd.mk +++ b/sd/Module_sd.mk @@ -30,6 +30,7 @@ $(eval $(call gb_Module_add_check_targets,sd,\ $(if $(and $(filter $(COM),MSC),$(MERGELIBS)),, \ CppunitTest_sd_uimpress) \ CppunitTest_sd_import_tests \ + CppunitTest_sd_export_ooxml \ CppunitTest_sd_export_tests \ CppunitTest_sd_filters_test \ CppunitTest_sd_misc_tests \ -- cgit