diff options
Diffstat (limited to 'fuse/Makefile.am')
-rw-r--r-- | fuse/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fuse/Makefile.am b/fuse/Makefile.am index d6db45c8..19c498bb 100644 --- a/fuse/Makefile.am +++ b/fuse/Makefile.am @@ -74,8 +74,10 @@ stamp-guestmount.pod: guestmount.pod # Tests. +if ENABLE_APPLIANCE TESTS = test-fuse.sh +endif ENABLE_APPLIANCE TESTS_ENVIRONMENT = \ top_builddir=.. -endif +endif HAVE_FUSE |