diff options
author | Daniel Mack <github@zonque.org> | 2016-03-22 10:23:12 +0100 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2016-03-22 10:23:12 +0100 |
commit | 99d91109a6ed7f8bcdeef164fe9497112128944a (patch) | |
tree | 2138bd81e84ef5cd42f2d017cf622662d4b265d7 /Makefile.am | |
parent | c4b3e434a7f08a904ac60d4285c668e40bcdb69a (diff) | |
parent | b8c83cfc1a12456d0f0f30c5b4cb62f34ed4fa35 (diff) |
Merge pull request #2880 from keszybz/more-tests
Add some simple tests for env_value_is_valid and env_assignment_is_valid
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 9a7ae2c286..2b72a53ecd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1421,7 +1421,7 @@ tests += \ test-watchdog \ test-cgroup-mask \ test-job-type \ - test-env-replace \ + test-env-util \ test-strbuf \ test-strv \ test-path \ @@ -2197,10 +2197,10 @@ test_cgroup_util_SOURCES = \ test_cgroup_util_LDADD = \ libshared.la -test_env_replace_SOURCES = \ - src/test/test-env-replace.c +test_env_util_SOURCES = \ + src/test/test-env-util.c -test_env_replace_LDADD = \ +test_env_util_LDADD = \ libshared.la test_strbuf_SOURCES = \ |