git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd077b8
)
tests: Put test-tool and comment into own section.
author
Richard W.M. Jones
<rjones@redhat.com>
Thu, 22 Dec 2011 13:05:34 +0000
(13:05 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Thu, 22 Dec 2011 15:48:13 +0000
(15:48 +0000)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
438c522
..
725d12c
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-29,11
+29,14
@@
if ENABLE_APPLIANCE
SUBDIRS += appliance
endif
-# Tests
and the test-tool
.
+# Tests.
SUBDIRS += gnulib/tests tests/c-api tests/qemu
SUBDIRS += tests/protocol tests/lvm tests/luks tests/md
SUBDIRS += tests/regressions
-SUBDIRS += tests/extra test-tool
+SUBDIRS += tests/extra
+
+# libguestfs-test-tool
+SUBDIRS += test-tool
# Guestfish.
SUBDIRS += fish