diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2014-06-14 22:10:45 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-06-16 20:38:22 +0200 |
commit | 106ecd769d57116ad81efdea2c27557fba062138 (patch) | |
tree | 569d31c5a64342594852f5e919c88a613f90499b /Makefile.am | |
parent | c182135d3af7a662739d16353e3cc630199aac24 (diff) |
tests: add test-fdset
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index cb43ddb081..a9e07b455f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1234,7 +1234,8 @@ tests += \ test-device-nodes \ test-xml \ test-architecture \ - test-socket-util + test-socket-util \ + test-fdset EXTRA_DIST += \ test/sched_idle_bad.service \ @@ -1338,6 +1339,12 @@ test_utf8_SOURCES = \ test_utf8_LDADD = \ libsystemd-shared.la +test_fdset_SOURCES = \ + src/test/test-fdset.c + +test_fdset_LDADD = \ + libsystemd-core.la + test_util_SOURCES = \ src/test/test-util.c |