diff options
author | Petr Rockai <prockai@redhat.com> | 2013-12-15 17:26:28 +0100 |
---|---|---|
committer | Petr Rockai <prockai@redhat.com> | 2013-12-15 17:26:28 +0100 |
commit | 56af6cae087259f620a356a6706ea10249015069 (patch) | |
tree | b0678b54a358c4ecaa79e34095070c90693ab16e /Makefile.in | |
parent | 18afca5ddded15c528a88a11fe1ea29c8a29cbcd (diff) | |
download | lvm2-56af6cae087259f620a356a6706ea10249015069.tar.gz |
test: Turn check_full into check_system complementary with normal check.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index e1178ee98..ce619575a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -91,7 +91,7 @@ all: cscope.out endif DISTCLEAN_TARGETS += cscope.out -check check_full check_cluster check_local check_lvmetad unit: all +check check_system check_cluster check_local check_lvmetad unit: all $(MAKE) -C test $(@) install_system_dirs: |