diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index cc8a387ca4f..cdf5ca5d676 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,3 +60,9 @@ bin-dist: all $(top_builddir)/scripts/make_binary_distribution .PHONY: init-db bin-dist + +# Test installation + +test: + cd mysql-test + ./mysql-test-run |