summaryrefslogtreecommitdiff
path: root/sal/Module_sal.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-04 08:04:07 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-04 10:38:51 +0000
commita66c83d90cdfb8714ef9096d60a60ae807812063 (patch)
treeb4c1739a0a1b8419a7afce4113a05619b519147c /sal/Module_sal.mk
parent3f970cf247ad96d1663462acb0be7f1c767d1ebf (diff)
Resurrect CppunitTest_sal_osl_getsystempathfromfileurl
Change-Id: I41007c46e945f4fe19a6dd197fded9fa503bf8c4 Reviewed-on: https://gerrit.libreoffice.org/19771 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sal/Module_sal.mk')
-rw-r--r--sal/Module_sal.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/sal/Module_sal.mk b/sal/Module_sal.mk
index 9064f2506821..192da9319d84 100644
--- a/sal/Module_sal.mk
+++ b/sal/Module_sal.mk
@@ -34,6 +34,7 @@ $(eval $(call gb_Module_add_check_targets,sal,\
$(if $(filter-out MSC-120,$(COM)-$(VCVER)),CppunitTest_sal_osl_security) \
CppunitTest_sal_bytesequence \
CppunitTest_sal_osl_condition \
+ CppunitTest_sal_osl_getsystempathfromfileurl \
CppunitTest_sal_osl_mutex \
CppunitTest_sal_osl_old_test_file \
CppunitTest_sal_osl_pipe \
@@ -63,7 +64,4 @@ $(eval $(call gb_Module_add_check_targets,sal,\
endif
-# error when building test-getsystempathfromfileurl.cxx \
- CppunitTest_sal_osl_getsystempathfromfileurl \
-
# vim: set noet sw=4 ts=4: