summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-12-22 08:40:30 +0000
committerRichard W.M. Jones <rjones@redhat.com>2011-12-22 13:04:38 +0000
commit5d93d70b4d36b2337104b3dbca07722fa4d47ff5 (patch)
tree792a9b58304dbe311d71a34c048cd941c64c2127 /Makefile.am
parent72f5487be2df82277021d61f01884381ed9efbc5 (diff)
downloadlibguestfs-5d93d70b4d36b2337104b3dbca07722fa4d47ff5.tar.gz
libguestfs-5d93d70b4d36b2337104b3dbca07722fa4d47ff5.tar.xz
libguestfs-5d93d70b4d36b2337104b3dbca07722fa4d47ff5.zip
tests: Rename capitests -> tests/c-api.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index eddf4f9d..5c8ff677 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,7 +30,7 @@ SUBDIRS += appliance
endif
# Tests and the test-tool.
-SUBDIRS += gnulib/tests capitests tests/qemu regressions extratests test-tool
+SUBDIRS += gnulib/tests tests/c-api tests/qemu regressions extratests test-tool
# Guestfish.
SUBDIRS += fish
@@ -218,7 +218,7 @@ all-local:
find $(DIST_SUBDIRS) \
-name '*.c' -o -name '*.pl' -o -name '*.pm' | \
grep -v '^perl/blib/' | \
- grep -v '^capitests/' | \
+ grep -v '^tests/' | \
grep -v '^daemon/lib/' | \
grep -v '^daemon/tests/' | \
grep -v '^examples/' | \