diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-06-30 12:57:31 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-06-30 14:36:02 +0100 |
commit | f3ada2c7653866f2529c9f18aaa99f76cd984844 (patch) | |
tree | f13666dbfca48f6d75fb3ab1106486a802547cc0 /Makefile.am | |
parent | 1acb82e9f70a81982c7c2ad8b7966bffc4fcfa8a (diff) | |
download | libguestfs-f3ada2c7653866f2529c9f18aaa99f76cd984844.tar.gz libguestfs-f3ada2c7653866f2529c9f18aaa99f76cd984844.tar.xz libguestfs-f3ada2c7653866f2529c9f18aaa99f76cd984844.zip |
Add caution subdirectory containing safety and liveness tests.
Not that I'm paranoid about qemu breaking snapshots of anything like
that ...
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c97917d1..bf9badac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,7 +30,7 @@ SUBDIRS += appliance endif # Tests and the test-tool. -SUBDIRS += gnulib/tests capitests regressions test-tool +SUBDIRS += gnulib/tests capitests caution regressions test-tool # Guestfish. SUBDIRS += fish |