From 641d1f99b8c4c5427a1fedcb4740586a130ac6cf Mon Sep 17 00:00:00 2001 From: Ronny Chevalier Date: Wed, 29 Oct 2014 22:28:50 +0100 Subject: tests: add test-copy --- Makefile.am | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 00465e836..3f1ace0d6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1360,7 +1360,8 @@ tests += \ test-condition-util \ test-uid-range \ test-bus-policy \ - test-locale-util + test-locale-util \ + test-copy EXTRA_DIST += \ test/a.service \ @@ -1510,6 +1511,12 @@ test_locale_util_SOURCES = \ test_locale_util_LDADD = \ libsystemd-shared.la +test_copy_SOURCES = \ + src/test/test-copy.c + +test_copy_LDADD = \ + libsystemd-shared.la + test_condition_util_SOURCES = \ src/test/test-condition-util.c -- cgit v1.2.3