diff options
author | David Strauss <david@davidstrauss.net> | 2013-11-23 02:36:14 +1000 |
---|---|---|
committer | David Strauss <david@davidstrauss.net> | 2013-11-23 02:49:05 +1000 |
commit | 21acf11d407ea93d1b0c99088f9f64adad6cff0e (patch) | |
tree | 0b442526874c3cafd913ae2c1707c7966dfc2837 | |
parent | 0e586eae02080102177be7cbd8890ba46d116962 (diff) |
cgroups: Fix test service inclusion in Makefile
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 983eb8fd89..72a8120650 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1161,7 +1161,10 @@ EXTRA_DIST += \ test/sched_idle_ok.service \ test/sched_rr_bad.service \ test/sched_rr_ok.service \ - test/sched_rr_change.service + test/sched_rr_change.service \ + test/son.service \ + test/daughter.service \ + test/parent.slice EXTRA_DIST += \ src/test/test-helper.h |