From b08f2be60aceb0c260fb232b9e8b950f0c871cb9 Mon Sep 17 00:00:00 2001 From: Ronny Chevalier Date: Sat, 16 Aug 2014 14:19:10 +0200 Subject: tests: add test-condition-util --- Makefile.am | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b9deaa653b..3ef9c24313 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1321,7 +1321,8 @@ tests += \ test-conf-files \ test-capability \ test-async \ - test-ratelimit + test-ratelimit \ + test-condition-util EXTRA_DIST += \ test/a.service \ @@ -1460,6 +1461,14 @@ test_async_SOURCES = \ test_async_LDADD = \ libsystemd-shared.la +test_condition_util_SOURCES = \ + src/test/test-condition-util.c + +test_condition_util_LDADD = \ + libsystemd-shared.la \ + libsystemd-internal.la + + test_fdset_SOURCES = \ src/test/test-fdset.c -- cgit v1.2.3-54-g00ecf