diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2016-03-03 00:23:30 +0100 |
---|---|---|
committer | Ronny Chevalier <chevalier.ronny@gmail.com> | 2016-03-03 19:04:06 +0100 |
commit | d376cbb7b0aef14b4026d8fe58f65cec6835003d (patch) | |
tree | b7df4295bd0e5f8af9120b878016ffc0e19f79e3 /Makefile.am | |
parent | 09c303ce5baab09836bcaf835d61d74bb92e450e (diff) |
tests: move proc-cmdline related tests to test-proc-cmdline.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 f18bc614a8..b2a40ec46b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1430,6 +1430,7 @@ tests += \ test-hexdecoct \ test-escape \ test-alloc-util \ + test-proc-cmdline \ test-fs-util \ test-web-util \ test-stat-util \ @@ -1781,6 +1782,12 @@ test_fs_util_SOURCES = \ test_fs_util_LDADD = \ libbasic.la +test_proc_cmdline_SOURCES = \ + src/test/test-proc-cmdline.c + +test_proc_cmdline_LDADD = \ + libbasic.la + test_fd_util_SOURCES = \ src/test/test-fd-util.c |