diff options
| author | Frediano Ziglio <fziglio@redhat.com> | 2016-10-12 23:41:40 +0100 |
|---|---|---|
| committer | Frediano Ziglio <fziglio@redhat.com> | 2016-10-12 23:41:40 +0100 |
| commit | 31774993fabf9aa85b7b7e16c1fd8593dbf4df24 (patch) | |
| tree | 1e0d0d2b986f5e6b08d67e564122e84b5d124456 | |
| parent | 570c0b5c22bac8882a805a43201aecc20d9f03d9 (diff) | |
Distribute shell test
Allow to run make check from distribution
Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
| -rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index f75a70a..9ec635d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -26,3 +26,5 @@ bandwidth_LDFLAGS = -pthread check_PROGRAMS += ping ping_SOURCES = ping.c + +EXTRA_DIST = test_closure |
