diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2016-03-03 00:31:23 +0100 |
---|---|---|
committer | Ronny Chevalier <chevalier.ronny@gmail.com> | 2016-03-03 19:04:07 +0100 |
commit | 6a4f4a0fa016a28bf0161d46034d2dc875c0f38f (patch) | |
tree | 0a9f85f39ddcd86f2233fcca4ed13d97d7f8f4b4 /Makefile.am | |
parent | ac933e8ec4eda7ba1fa387fce7bebdb3d4390b30 (diff) |
tests: move glob-util related tests to test-glob-util.c
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 1b06ffb98c..5e536dd9a2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1432,6 +1432,7 @@ tests += \ test-alloc-util \ test-proc-cmdline \ test-io-util \ + test-glob-util \ test-fs-util \ test-web-util \ test-stat-util \ @@ -1783,6 +1784,12 @@ test_io_util_SOURCES = \ test_io_util_LDADD = \ libbasic.la +test_glob_util_SOURCES = \ + src/test/test-glob-util.c + +test_glob_util_LDADD = \ + libbasic.la + test_fs_util_SOURCES = \ src/test/test-fs-util.c |