[systemd-commits] Makefile.am
Kay Sievers
kay at kemper.freedesktop.org
Tue Jul 29 08:58:09 PDT 2014
Makefile.am | 28 +++++++++++++++++++++++++---
1 file changed, 25 insertions(+), 3 deletions(-)
New commits:
commit f22bbd11dbfae4b7dd0606f6981d38d893ed4c1e
Author: Kay Sievers <kay at vrfy.org>
Date: Tue Jul 29 17:54:57 2014 +0200
build-sys: add missing files for distcheck
diff --git a/Makefile.am b/Makefile.am
index a5ca64f..d02a8ca 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1288,14 +1288,36 @@ tests += \
test-ratelimit
EXTRA_DIST += \
+ test/a.service \
+ test/basic.target \
+ test/b.service \
+ test/c.service \
+ test/daughter.service \
+ test/d.service \
+ test/end.service \
+ test/e.service \
+ test/f.service \
+ test/grandchild.service \
+ test/g.service \
+ test/hello-after-sleep.target \
+ test/hello.service \
+ test/h.service \
+ test/parent-deep.slice \
+ test/parent.slice \
+ test/paths.target \
test/sched_idle_bad.service \
test/sched_idle_ok.service \
test/sched_rr_bad.service \
- test/sched_rr_ok.service \
test/sched_rr_change.service \
+ test/sched_rr_ok.service \
+ test/shutdown.target \
+ test/sleep.service \
+ test/sockets.target \
test/son.service \
- test/daughter.service \
- test/parent.slice
+ test/sysinit.target \
+ test/testsuite.target \
+ test/timers.target \
+ test/unstoppable.service
EXTRA_DIST += \
src/test/test-helper.h
More information about the systemd-commits
mailing list