summaryrefslogtreecommitdiff
path: root/filter/Module_filter.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-17 11:58:38 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-17 12:00:40 +0100
commit9de20d1eb046f7bb92d893408206b91a9c054e2e (patch)
tree262283d5c57200481652d7825261ff895bea4b68 /filter/Module_filter.mk
parentf31ac2405bbd0755fb14daa6cb84d7bb7d84c492 (diff)
add tests for CVE-2008-1097, etc.
Change-Id: Iad6948fdf6eb60f86d764783b72a4fe7f5642e40
Diffstat (limited to 'filter/Module_filter.mk')
-rw-r--r--filter/Module_filter.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/filter/Module_filter.mk b/filter/Module_filter.mk
index 65712421f231..d37d91b548d9 100644
--- a/filter/Module_filter.mk
+++ b/filter/Module_filter.mk
@@ -83,10 +83,11 @@ $(eval $(call gb_Module_add_check_targets,filter,\
ifneq ($(DISABLE_CVE_TESTS),TRUE)
$(eval $(call gb_Module_add_check_targets,filter,\
+ CppunitTest_filter_pcx_test \
CppunitTest_filter_pict_test \
CppunitTest_filter_ras_test \
- CppunitTest_filter_tga_test \
CppunitTest_filter_tiff_test \
+ CppunitTest_filter_tga_test \
))
endif