From: Maros Zatko <mzatko(a)redhat.com>
---
Makefile.am | 1 +
configure.ac | 1 +
fish/test/Makefile.am | 5 -----
3 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index d55d8d6..629b787 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -78,6 +78,7 @@ SUBDIRS += test-tool
# Guestfish.
SUBDIRS += fish
+SUBDIRS += fish/test
# virt-tools in C.
SUBDIRS += align cat diff df edit format inspector make-fs rescue
diff --git a/configure.ac b/configure.ac
index 5fc09c2..0b415c2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1704,6 +1704,7 @@ AC_CONFIG_FILES([Makefile
erlang/examples/Makefile
examples/Makefile
fish/Makefile
+ fish/test/Makefile
format/Makefile
fuse/Makefile
generator/Makefile
diff --git a/fish/test/Makefile.am b/fish/test/Makefile.am
index d108083..05e868f 100644
--- a/fish/test/Makefile.am
+++ b/fish/test/Makefile.am
@@ -28,12 +28,7 @@ testquoting_CPPFLAGS = \
-I$(top_srcdir)/fish -I$(top_builddir)/fish \
-I$(top_srcdir)/gnulib/lib -I$(top_builddir)/gnulib/lib
-#testquoting_LDADD = $(top_builddir)/fish/rl.o
-
-
TESTS_ENVIRONMENT = $(top_builddir)/run --test
TESTS = \
testquoting
-
-# testquoting_CFLAGS = -I$(top_srcdir)
--
1.9.3