diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-10-19 21:35:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-19 21:35:39 +0200 |
commit | 0afc6d4920f296a5f693b6af372745febaaebdfc (patch) | |
tree | 1103c9ec717823ba747353343dfbf4c0cd4f8c03 /Makefile.am | |
parent | e6fa8681dcc67cec5ef81da01088e13168cbac42 (diff) | |
parent | a2fc3d87fb681c53a001bcc42470b647b25e3821 (diff) |
Merge pull request #4378 from evverx/nspawn-smoke-test
tests: add smoke test for systemd-nspawn
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a0c17db179..00124a29f8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6030,6 +6030,10 @@ EXTRA_DIST += \ test/TEST-11-ISSUE-3166/test.sh \ test/TEST-12-ISSUE-3171/Makefile \ test/TEST-12-ISSUE-3171/test.sh \ + test/TEST-13-NSPAWN-SMOKE/Makefile \ + test/TEST-13-NSPAWN-SMOKE/has-overflow.c \ + test/TEST-13-NSPAWN-SMOKE/create-busybox-container \ + test/TEST-13-NSPAWN-SMOKE/test.sh \ test/test-functions EXTRA_DIST += \ |