Commit 846c8e03 authored by Magnus Svensson's avatar Magnus Svensson
Browse files

WL#4189 Add smoke target

parent 956c109c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -119,6 +119,10 @@ test-reprepare:

test:	test-unit test-ns test-pr

smoke:
	cd mysql-test ; \
	    @PERL@ ./mysql-test-run.pl --do-test=s

test-full:	test test-nr test-ps

test-force: