diff options
-rwxr-xr-x | ctdb/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ctdb/Makefile.in b/ctdb/Makefile.in index 55b21b728e..eb280f223a 100755 --- a/ctdb/Makefile.in +++ b/ctdb/Makefile.in @@ -389,6 +389,9 @@ install_pmda: install_tests: all tests/INSTALL --destdir=$(DESTDIR) --datarootdir=$(prefix)/share --libdir=$(libdir) --bindir=$(bindir) --etcdir=$(etcdir) +autotest: all + tests/run_tests.sh -e -S -C + test: all tests/run_tests.sh -V tests/var |