diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-11-24 22:04:35 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-11-24 22:04:35 +0100 |
commit | ed30f63364883ffa7e0f496aa626ebd3e291965a (patch) | |
tree | 7b7e11a666597ef3cac434b3d12284bc201509be /io/Module_io.mk | |
parent | 48138a1d60fafa0bf3412aa6b518a9c0a4f6d492 (diff) |
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.mk | 4 |
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: |