diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0f17bad8b1..5f5d9f0105 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1387,7 +1387,6 @@ EXTRA_DIST += \ manual_tests += \ test-ns \ - test-loopback \ test-hostname \ test-daemon \ test-cgroup \ @@ -1411,6 +1410,7 @@ manual_tests += \ endif tests += \ + test-loopback \ test-engine \ test-cgroup-mask \ test-job-type \ |