summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRonny Chevalier <chevalier.ronny@gmail.com>2014-10-12 18:05:10 +0200
committerTom Gundersen <teg@jklm.no>2014-10-31 10:57:21 +0100
commit2b89a960604d44ea1483c0d99bfb567dab9c3aa1 (patch)
tree54fc8edb5b65185ee7470e392f50b7050b4b8bd2 /Makefile.am
parent81a12ba6ec2f8514b7d35f0c39a96cc74bb14019 (diff)
tests: add test-locale-util
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2e4f692c64..00465e8367 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1359,7 +1359,8 @@ tests += \
test-ratelimit \
test-condition-util \
test-uid-range \
- test-bus-policy
+ test-bus-policy \
+ test-locale-util
EXTRA_DIST += \
test/a.service \
@@ -1503,6 +1504,12 @@ test_async_SOURCES = \
test_async_LDADD = \
libsystemd-shared.la
+test_locale_util_SOURCES = \
+ src/test/test-locale-util.c
+
+test_locale_util_LDADD = \
+ libsystemd-shared.la
+
test_condition_util_SOURCES = \
src/test/test-condition-util.c