From d83fb2b2dea1296885fdefda6804c1dea961d48a Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Mon, 15 Feb 2016 15:10:03 +0100 Subject: Unit test for opengl blocklist parsing and evaluating Parsing unit test checks that the xml values are parsed correctly and that the DriverInfo structure is populated with the expected values. Evaluate unit test checks that blacklisting / whitelisting logic blocks OS/vendor/driver/device as expected. Change-Id: Ib1b0926606f0835207c324193bbe19ba83f86bdc Reviewed-on: https://gerrit.libreoffice.org/22371 Tested-by: Jenkins Reviewed-by: Michael Meeks --- vcl/Module_vcl.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'vcl/Module_vcl.mk') diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk index 6a41a0b69c05..81a7276b1133 100644 --- a/vcl/Module_vcl.mk +++ b/vcl/Module_vcl.mk @@ -125,6 +125,7 @@ endif ifeq ($(OS),WNT) $(eval $(call gb_Module_add_check_targets,vcl,\ CppunitTest_vcl_timer \ + CppunitTest_vcl_blocklistparser_test \ )) endif # vim: set noet sw=4 ts=4: -- cgit