diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2016-03-02 23:43:25 +0100 |
---|---|---|
committer | Ronny Chevalier <chevalier.ronny@gmail.com> | 2016-03-03 19:04:06 +0100 |
commit | f4c13ad76f1c0478346ac4d8751899d007a6c827 (patch) | |
tree | 9da7ab33487c2964710d24257f6e09f2a93b1ffb /Makefile.am | |
parent | ede4edd31e9aa84a9d7fd2aa3754d4c2ec0c448c (diff) |
tests: move stat-util related tests to test-stat-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 2943f51d45..1212b47873 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1431,6 +1431,7 @@ tests += \ test-escape \ test-alloc-util \ test-web-util \ + test-stat-util \ test-string-util \ test-extract-word \ test-parse-util \ @@ -1784,6 +1785,12 @@ test_cpu_set_util_SOURCES = \ test_cpu_set_util_LDADD = \ libbasic.la +test_stat_util_SOURCES = \ + src/test/test-stat-util.c + +test_stat_util_LDADD = \ + libbasic.la + test_escape_SOURCES = \ src/test/test-escape.c |