diff options
author | Artur Dorda <artur.dorda+libo@gmail.com> | 2012-06-13 01:30:59 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-07-12 03:10:11 +0200 |
commit | f5dbe0eaba923f5de84745a04f531b36c979cafa (patch) | |
tree | b1abfa91a3f04d90263fe7c8594db5e81860f395 /sd/Module_sd.mk | |
parent | 5f13c74b808667c32d0c40416acbb3377ff0e3ce (diff) |
Usage of XShapeDumper in Impress added
Change-Id: I7abb493d8baaa42a45e24276abdcadbfd186651a
Diffstat (limited to 'sd/Module_sd.mk')
-rw-r--r-- | sd/Module_sd.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sd/Module_sd.mk b/sd/Module_sd.mk index d4c080d1f977..af2809a7a20c 100644 --- a/sd/Module_sd.mk +++ b/sd/Module_sd.mk @@ -44,6 +44,7 @@ ifneq ($(OS),DRAGONFLY) $(eval $(call gb_Module_add_check_targets,sd,\ CppunitTest_sd_uimpress \ CppunitTest_sd_filters_test \ + CppunitTest_sd_regression_test \ )) endif @@ -52,6 +53,4 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sd,\ JunitTest_sd_unoapi \ )) -# Still a problem in line 16 -# CppunitTest_sd_regression_test \ # vim: set noet sw=4 ts=4: |