diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2016-03-03 00:06:17 +0100 |
---|---|---|
committer | Ronny Chevalier <chevalier.ronny@gmail.com> | 2016-03-03 19:04:06 +0100 |
commit | 0999c8ade89727ade8dc943711e6d61bcc671ab7 (patch) | |
tree | fb67ebbca1151006bff02ab5b234172ce0a15aef /Makefile.am | |
parent | d5b29bb5d901d7426e93e6268c548ddb68e468ec (diff) |
tests: move fd-util related tests to test-fd-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 1212b47873..7b4254c169 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1432,6 +1432,7 @@ tests += \ test-alloc-util \ test-web-util \ test-stat-util \ + test-fd-util \ test-string-util \ test-extract-word \ test-parse-util \ @@ -1773,6 +1774,12 @@ test_alloc_util_SOURCES = \ test_alloc_util_LDADD = \ libbasic.la +test_fd_util_SOURCES = \ + src/test/test-fd-util.c + +test_fd_util_LDADD = \ + libbasic.la + test_web_util_SOURCES = \ src/test/test-web-util.c |