summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-12-22 12:15:06 +0000
committerRichard W.M. Jones <rjones@redhat.com>2011-12-22 15:48:11 +0000
commitcd077b8229731e292798f34dd56892cbfa6f1e0e (patch)
treed7c2fb6e9d8c34b8f73152c297f243eee74dc450 /Makefile.am
parentc649817586e5b4df53b251d1290422f5ef046045 (diff)
downloadlibguestfs-cd077b8229731e292798f34dd56892cbfa6f1e0e.tar.gz
libguestfs-cd077b8229731e292798f34dd56892cbfa6f1e0e.tar.xz
libguestfs-cd077b8229731e292798f34dd56892cbfa6f1e0e.zip
tests: Split images -> tests/data + tests/guests
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 9ae52175..438c5228 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,7 +20,7 @@ include $(top_srcdir)/subdir-rules.mk
ACLOCAL_AMFLAGS = -I m4
# Basic source for the library.
-SUBDIRS = gnulib/lib images generator src examples po
+SUBDIRS = gnulib/lib tests/data tests/guests generator src examples po
if ENABLE_DAEMON
SUBDIRS += daemon