diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2016-03-03 00:28:29 +0100 |
---|---|---|
committer | Ronny Chevalier <chevalier.ronny@gmail.com> | 2016-03-03 19:04:06 +0100 |
commit | ac933e8ec4eda7ba1fa387fce7bebdb3d4390b30 (patch) | |
tree | 699e01a503faf347027d156dba307c95c3cab738 /Makefile.am | |
parent | d376cbb7b0aef14b4026d8fe58f65cec6835003d (diff) |
tests: move io-util related tests to test-io-util
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b2a40ec46b..1b06ffb98c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1431,6 +1431,7 @@ tests += \ test-escape \ test-alloc-util \ test-proc-cmdline \ + test-io-util \ test-fs-util \ test-web-util \ test-stat-util \ @@ -1776,6 +1777,12 @@ test_alloc_util_SOURCES = \ test_alloc_util_LDADD = \ libbasic.la +test_io_util_SOURCES = \ + src/test/test-io-util.c + +test_io_util_LDADD = \ + libbasic.la + test_fs_util_SOURCES = \ src/test/test-fs-util.c |