diff options
author | Kay Sievers <kay@vrfy.org> | 2014-07-29 17:54:57 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2014-07-29 17:54:57 +0200 |
commit | f22bbd11dbfae4b7dd0606f6981d38d893ed4c1e (patch) | |
tree | 131e78083df08e6f2303b65670b1f919cb8863f7 | |
parent | ab6efe71f3f1fb44ad2d9737e29dfd15ba4ba635 (diff) |
build-sys: add missing files for distcheck
-rw-r--r-- | Makefile.am | 28 |
1 files changed, 25 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index a5ca64f6a2..d02a8ca42b 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 |