From ed30f63364883ffa7e0f496aa626ebd3e291965a Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 24 Nov 2014 22:04:35 +0100 Subject: Unit test for fdo#79941 (handle short reads) ...done as a subsequentcheck as doing it as a BootstrapFixtureBase (which is the easiest way) makes it depend on later modules in the dependency chain. Change-Id: I9588bae409b38aa373ccfa855042f598b6e2bb2b --- io/Module_io.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'io/Module_io.mk') diff --git a/io/Module_io.mk b/io/Module_io.mk index 29709982d025..c9751d9bea04 100644 --- a/io/Module_io.mk +++ b/io/Module_io.mk @@ -13,4 +13,8 @@ $(eval $(call gb_Module_add_targets,io,\ Library_io \ )) +$(eval $(call gb_Module_add_subsequentcheck_targets,io,\ + CppunitTest_io_textinputstream \ +)) + # vim:set noet sw=4 ts=4: -- cgit