summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2018-07-26 13:21:40 +0200
committerGiuseppe Scrivano <gscrivan@redhat.com>2018-07-27 07:01:39 +0200
commit387d93d05060e49eb36e8868b9da40c191969c21 (patch)
treeae731704297e39132e49378e773e6e5bb089e42e /Makefile.am
parentef511909e330fad82c8a06a1126feac34544cd16 (diff)
tests: add test for -c
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 006ebc3..8022664 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,10 +5,11 @@ AM_CFLAGS = -I $(abs_top_srcdir)/rd235_libslirp/include -I$(abs_top_srcdir)/rd23
noinst_LIBRARIES = libqemu_slirp.a libslirp.a
AM_TESTS_ENVIRONMENT = PATH="$(abs_top_builddir):$(PATH)"
-TESTS = tests/test-slirp4netns.sh
+TESTS = tests/test-slirp4netns.sh tests/test-slirp4netns-configure.sh
EXTRA_DIST = \
$(TESTS) \
+ tests/common.sh \
slirp4netns.h \
qemu/include/qemu/queue.h \
qemu/slirp/slirp.h \