From 2b89a960604d44ea1483c0d99bfb567dab9c3aa1 Mon Sep 17 00:00:00 2001 From: Ronny Chevalier Date: Sun, 12 Oct 2014 18:05:10 +0200 Subject: tests: add test-locale-util --- Makefile.am | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3-54-g00ecf