Skip to content

Commit c026740

Browse files
committed
tests: Add README into this directory
Explains that, despite the name, this directory doesn't contain any tests. Updates: commit fca1778
1 parent fca1778 commit c026740

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

tests/Makefile.am

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
# along with this program; if not, write to the Free Software
1616
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717

18-
# This file is (almost) empty since this directory is only needed so
19-
# we have somewhere to put the tests/function.sh{,.in} file. The
20-
# actual tests are placed into the directories of each tool.
18+
EXTRA_DIST = README.txt
2119

2220
include $(top_srcdir)/subdir-rules.mk

tests/README.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
This directory is only needed to provide a place for the
2+
tests/functions.sh{,.in} file, which is included from all of the
3+
tests.
4+
5+
The actual tests are placed into each tool directory. For example,
6+
look in inspector/test-*.sh for virt-inspector tests.

0 commit comments

Comments
 (0)