From 0445a0ea1b11c78f03272d42e5a8829b1bd107e2 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 17 Oct 2014 16:52:50 +0100 Subject: add a regression test for .met files OS/2 Metafile Format aka Presentation Manager Metafile File Format this format appears to not to have a mime-type Change-Id: I8b2356fb42272a6e0550abf09f46b051d22b64a5 --- filter/Module_filter.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'filter/Module_filter.mk') diff --git a/filter/Module_filter.mk b/filter/Module_filter.mk index 25698b9cc14f..a3bddf45cbba 100644 --- a/filter/Module_filter.mk +++ b/filter/Module_filter.mk @@ -86,6 +86,7 @@ $(eval $(call gb_Module_add_check_targets,filter,\ ifneq ($(DISABLE_CVE_TESTS),TRUE) $(eval $(call gb_Module_add_check_targets,filter,\ CppunitTest_filter_dxf_test \ + CppunitTest_filter_met_test \ CppunitTest_filter_pcx_test \ CppunitTest_filter_pict_test \ CppunitTest_filter_ppm_test \ -- cgit