diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-05-01 21:06:41 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-05-01 21:06:41 +0200 |
commit | 6738873efce1370f5db31511800138ad1768feae (patch) | |
tree | 3040602a1ce459dc544a68331f5109cba98fecc1 /Makefile.am | |
parent | 7178cd76f225a1c48911c68f2ae1855e97ff1397 (diff) | |
parent | a9c76ada086f933eae26ea13a272a435da430cb6 (diff) |
Merge pull request #3165 from evverx/tests-cleanups
tests,build-sys: some cleanups
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 b323de55c6..7f9ee08b20 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5827,6 +5827,10 @@ EXTRA_DIST += \ test/TEST-07-ISSUE-1981/Makefile \ test/TEST-07-ISSUE-1981/test-segfault.sh \ test/TEST-07-ISSUE-1981/test.sh \ + test/TEST-08-ISSUE-2730/Makefile \ + test/TEST-08-ISSUE-2730/test.sh \ + test/TEST-09-ISSUE-2691/Makefile \ + test/TEST-09-ISSUE-2691/test.sh \ test/test-functions EXTRA_DIST += \ |