summaryrefslogtreecommitdiffstats
path: root/io/Module_io.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-11-24 22:04:35 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-11-24 22:04:35 +0100
commited30f63364883ffa7e0f496aa626ebd3e291965a (patch)
tree7b7e11a666597ef3cac434b3d12284bc201509be /io/Module_io.mk
parentWaE: might be used unintialized (diff)
downloadcore-ed30f63364883ffa7e0f496aa626ebd3e291965a.tar.gz
core-ed30f63364883ffa7e0f496aa626ebd3e291965a.zip
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
Diffstat (limited to 'io/Module_io.mk')
-rw-r--r--io/Module_io.mk4
1 files changed, 4 insertions, 0 deletions
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: